Boost C++ Libraries: Ticket #9914: copy boost::fusion::pair<int,boost::fusion::map<>> https://svn.boost.org/trac10/ticket/9914 <p> Hello, </p> <p> This code doesn't compile with boost 1.55 and c++11 enabled. It compile when c++11 is disabled, or with previous version of boost. I tried with g++-4.7 and g++-4.8 under linux. </p> <p> Thanks for everything in boost. ++ </p> <pre class="wiki">#include &lt;boost/fusion/include/pair.hpp&gt; #include &lt;boost/fusion/include/map.hpp&gt; int main() { typedef boost::fusion::pair&lt;int,boost::fusion::map&lt;&gt; &gt; P; P a; P b = a; } </pre> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/9914 Trac 1.4.3 Kohei Takahashi <flast@…> Sat, 14 Feb 2015 09:11:55 GMT milestone changed https://svn.boost.org/trac10/ticket/9914#comment:1 https://svn.boost.org/trac10/ticket/9914#comment:1 <ul> <li><strong>milestone</strong> <span class="trac-field-old">To Be Determined</span> → <span class="trac-field-new">Boost 1.58.0</span> </li> </ul> <p> I had added the tests for such case in pull-request 47, and Boost.Regression shows no fail with it. Jowel, please close this issue. </p> Ticket Joel de Guzman Sat, 14 Feb 2015 14:03:28 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/9914#comment:2 https://svn.boost.org/trac10/ticket/9914#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> </ul> Ticket