Boost C++ Libraries: Ticket #10099: BOOST_FUSION_DEFINE_STRUCT prevents move constructor and move assignments https://svn.boost.org/trac10/ticket/10099 <p> BOOST_FUSION_DEFINE_STRUCT implements the copy constructor and copy assignment that prevent the compiler from generating the default versions of the move constructor and move assignment. </p> <p> In C++11 mode BOOST_FUSION_DEFINE_STRUCT family of macros should probably use C++11 "default" keyword to let the compiler implement the copy and move constructors and assignments. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/10099 Trac 1.4.3 Joel de Guzman Fri, 06 Jun 2014 15:51:47 GMT <link>https://svn.boost.org/trac10/ticket/10099#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/10099#comment:1</guid> <description> <p> Patches welcome. I invite you to send in a pull request to: <a class="ext-link" href="https://github.com/boostorg/fusion"><span class="icon">​</span>https://github.com/boostorg/fusion</a> </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Kohei Takahashi</dc:creator> <pubDate>Sun, 23 Oct 2016 15:01:41 GMT</pubDate> <title>status, milestone changed; resolution set https://svn.boost.org/trac10/ticket/10099#comment:2 https://svn.boost.org/trac10/ticket/10099#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">fixed</span> </li> <li><strong>milestone</strong> <span class="trac-field-old">To Be Determined</span> → <span class="trac-field-new">Boost 1.63.0</span> </li> </ul> <p> <a class="ext-link" href="https://github.com/boostorg/fusion/pull/138"><span class="icon">​</span>https://github.com/boostorg/fusion/pull/138</a> </p> Ticket