Boost C++ Libraries: Ticket #12147: Suggest signals2 signals be made movable https://svn.boost.org/trac10/ticket/12147 <p> Following on from <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/8449" title="#8449: Feature Requests: Provide swap() and/or move for signals (closed: fixed)">#8449</a>, please may I request that signals2 signals be made movable for C++11 upwards? I think that would be very useful. </p> <p> I think the current obstacle is that <code>signal_base</code> is <code>boost::noncopyable</code>. </p> <p> Thanks very much. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/12147 Trac 1.4.3 Frank Mori Hess Sun, 24 Apr 2016 17:06:28 GMT <link>https://svn.boost.org/trac10/ticket/12147#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/12147#comment:1</guid> <description> <p> Why do you say the aren't movable? There is a test_move() in signal_test.cpp which tests signals are movable, as long as BOOST_NO_CXX11_RVALUE_REFERENCES is not defined. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>anonymous</dc:creator> <pubDate>Mon, 25 Apr 2016 12:26:35 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/12147#comment:2 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/12147#comment:2</guid> <description> <blockquote class="citation"> <p> Why do you say the aren't movable? </p> </blockquote> <p> The short answer: because I'm an idiot. Apologies. </p> <p> Please close as <code>invalid</code>. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Frank Mori Hess</dc:creator> <pubDate>Thu, 28 Apr 2016 17:36:48 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/12147#comment:3 https://svn.boost.org/trac10/ticket/12147#comment:3 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">invalid</span> </li> </ul> Ticket