Re: [Boost-bugs] [Boost C++ Libraries] #11266: boost::packaged_task has invalid variadic signature

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #11266: boost::packaged_task has invalid variadic signature
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2015-05-14 16:10:16


#11266: boost::packaged_task has invalid variadic signature
-------------------------------------------------+-------------------------
  Reporter: Alexander Karzhenkov | Owner: viboes
  <karzhenkov@…> | Status: assigned
      Type: Bugs | Component: thread
 Milestone: To Be Determined | Severity: Problem
   Version: Boost 1.58.0 | Keywords:
Resolution: | packaged_task, variadic
-------------------------------------------------+-------------------------

Comment (by viboes):

 It seems that the last change is not really needed.


 {{{
 - void operator()(BOOST_THREAD_RV_REF(ArgTypes)... args) {
 + void operator()(ArgTypes... args) {
 }}}


 Please, could you confirm?

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/11266#comment:2>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.

This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:18 UTC