Re: [Boost-bugs] [Boost C++ Libraries] #9286: signals2 compile error with MSVC12 and variadic templates

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #9286: signals2 compile error with MSVC12 and variadic templates
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2013-10-22 09:43:51


#9286: signals2 compile error with MSVC12 and variadic templates
--------------------------------------+----------------------
  Reporter: raad@… | Owner: fmhess
      Type: Patches | Status: new
 Milestone: To Be Determined | Component: signals2
   Version: Boost Development Trunk | Severity: Problem
Resolution: | Keywords:
--------------------------------------+----------------------

Comment (by raad@…):

 The problem is that VC++12 prefers the variadic slot constructor over the
 non-variadic constructor, so calling slot(boost::bind(...)) always calls
 boost::bind(boost::bind(...)), which doesn't compile.

 If I understand the example in 14.8.2.4.8 of the January 2012 C++ working
 draft
 correctly, this is a compiler bug, so I have filed a bug on Microsoft
 Connect (ID 806150).

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/9286#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:14 UTC