Subject: Re: [Boost-bugs] [Boost C++ Libraries] #9529: Boost.Signals2 VS2013 compile failure
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2013-12-30 23:21:22
#9529: Boost.Signals2 VS2013 compile failure
--------------------------------------+----------------------
Reporter: dani@⦠| Owner: fmhess
Type: Patches | Status: new
Milestone: To Be Determined | Component: signals2
Version: Boost Development Trunk | Severity: Problem
Resolution: | Keywords: VS2013
--------------------------------------+----------------------
Comment (by fmhess):
Played a bit with it. Noticed adding a dummy unspecialized definition for
the slot class immediately after its defaulted forward declaration makes
the compile errors for slot_compile_test go away:
{{{
template<typename Signature, typename SlotFunction> class slot{};
}}}
Or actually, could probably just add the curly brackets at the end of the
forward declaration and turn it into a dummy class definition. Didn't try
running the other tests though.
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/9529#comment:8> 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:15 UTC