Boost C++ Libraries: Ticket #7466: [C++11] Give dynamic_bitset a move constructor https://svn.boost.org/trac10/ticket/7466 <p> dynamic_bitset does not have a move constructor. This makes it annoying to write classes that aggregate it, because those classes need explicit move constructors (the compiler will not auto-generate a move constructor if one of your fields is not movable). </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/7466 Trac 1.4.3 zeratul976@… Thu, 04 Oct 2012 02:12:28 GMT <link>https://svn.boost.org/trac10/ticket/7466#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/7466#comment:1</guid> <description> <p> Whoops, this is already reported: <a class="ext-link" href="https://svn.boost.org/trac/boost/ticket/6947"><span class="icon">​</span>https://svn.boost.org/trac/boost/ticket/6947</a> Apologies for the dupe. </p> <p> p.s. why can't I close a ticket that I opened? </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Marshall Clow</dc:creator> <pubDate>Thu, 04 Oct 2012 03:17:04 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/7466#comment:2 https://svn.boost.org/trac10/ticket/7466#comment:2 <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">duplicate</span> </li> </ul> <p> I'll close it for you. </p> Ticket