Boost C++ Libraries: Ticket #4444: [fusion]joint_view no copy CTOR contrary to doc https://svn.boost.org/trac10/ticket/4444 <p> <a class="ext-link" href="http://svn.boost.org/svn/boost/trunk/boost/fusion/view/joint_view/joint_view.hpp"><span class="icon">​</span>http://svn.boost.org/svn/boost/trunk/boost/fusion/view/joint_view/joint_view.hpp</a> </p> <p> shows no copy CTOR despite the claim: </p> <blockquote> <p> JV(jv) </p> </blockquote> <p> </p> <blockquote> <p> Copy constructs a joint_view from another joint_view, jv. </p> </blockquote> <p> from: </p> <p> <a href="http://www.boost.org/doc/libs/1_43_0/libs/fusion/doc/html/fusion/view/joint_view.html">http://www.boost.org/doc/libs/1_43_0/libs/fusion/doc/html/fusion/view/joint_view.html</a> </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/4444 Trac 1.4.3 cppljevans@… Fri, 16 Jul 2010 09:34:17 GMT attachment set https://svn.boost.org/trac10/ticket/4444 https://svn.boost.org/trac10/ticket/4444 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">seq_push_back.cpp</span> </li> </ul> <p> source file </p> Ticket cppljevans@… Fri, 16 Jul 2010 09:35:19 GMT attachment set https://svn.boost.org/trac10/ticket/4444 https://svn.boost.org/trac10/ticket/4444 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">seq_push_back.compilation</span> </li> </ul> <p> compilation of seq_pushback.cpp attachment </p> Ticket anonymous Fri, 16 Jul 2010 09:36:28 GMT <link>https://svn.boost.org/trac10/ticket/4444#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/4444#comment:1</guid> <description> <p> It may seem like the compiler would generate a copy CTOR; however, compilation of the seq_push_back.cpp attachment give the compile errors shown in the seq_push_back.compilation attachment. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>anonymous</dc:creator> <pubDate>Fri, 16 Jul 2010 12:52:00 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/4444#comment:2 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/4444#comment:2</guid> <description> <p> The reformatted error message in compilation attachment is: </p> <p> seq_push_back.cpp:48: error: No match for ' boost::fusion::joint_view &lt; boost::fusion::list </p> <blockquote> <p> &lt; boost::fusion::void_, boost::fusion::void_ , boost::fusion::void_, boost::fusion::void_ , boost::fusion::void_, boost::fusion::void_ , boost::fusion::void_, boost::fusion::void_ , boost::fusion::void_, boost::fusion::void_ </p> <blockquote class="citation"> </blockquote> </blockquote> <p> , const boost::fusion::single_view&lt;int&gt; </p> <blockquote class="citation"> <p> ::joint_view </p> </blockquote> <p> ( boost::fusion::joint_view </p> <blockquote> <p> &lt; const boost::fusion::list </p> <blockquote> <p> &lt; boost::fusion::void_, boost::fusion::void_ , boost::fusion::void_, boost::fusion::void_ , boost::fusion::void_, boost::fusion::void_ , boost::fusion::void_, boost::fusion::void_ , boost::fusion::void_, boost::fusion::void_ </p> <blockquote class="citation"> </blockquote> </blockquote> <p> , const boost::fusion::single_view&lt;int&gt; </p> <blockquote class="citation"> </blockquote> </blockquote> <p> )' </p> <p> which shows the copy CTOR was not used because it didn't match the 'const list&lt;...&gt;' part of the argument. Maybe the problem is with the result_of&lt;push_back&lt;,&gt; &gt;::type? </p> </description> <category>Ticket</category> </item> <item> <author>cppljevans@…</author> <pubDate>Fri, 16 Jul 2010 15:27:36 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/4444#comment:3 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/4444#comment:3</guid> <description> <p> The problem has already been reported here: </p> <p> <a class="ext-link" href="https://svn.boost.org/trac/boost/ticket/3358"><span class="icon">​</span>https://svn.boost.org/trac/boost/ticket/3358</a> </p> <p> Thanks to Christopher Schmidt for pointing this out: </p> <p> <a class="ext-link" href="http://article.gmane.org/gmane.comp.lib.boost.user/60517"><span class="icon">​</span>http://article.gmane.org/gmane.comp.lib.boost.user/60517</a> </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Christopher Schmidt</dc:creator> <pubDate>Sun, 01 Aug 2010 16:56:15 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/4444#comment:4 https://svn.boost.org/trac10/ticket/4444#comment:4 <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> Ticket