Boost C++ Libraries: Ticket #3203: boost::result_of not honoring F::result https://svn.boost.org/trac10/ticket/3203 <p> boost::result_of used with compilers with decltype support seems to be inconsistent with the documentation. The decltype implementation does not honor the result metafunction at all, which yields to problems when using boost::result_of on pure metafunction classes, such as being done in Boost.Fusion (e.g. see the trunk issues on the zip_view testcases on gcc-4.4.0_gnu++0x). </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/3203 Trac 1.4.3 Steven Watanabe Tue, 23 Jun 2009 00:56:54 GMT <link>https://svn.boost.org/trac10/ticket/3203#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/3203#comment:1</guid> <description> <p> The behavior of boost::result_of is correct according to the standard. Fusion is using it incorrectly. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Joel de Guzman</dc:creator> <pubDate>Tue, 23 Jun 2009 01:05:48 GMT</pubDate> <title>owner changed https://svn.boost.org/trac10/ticket/3203#comment:2 https://svn.boost.org/trac10/ticket/3203#comment:2 <ul> <li><strong>owner</strong> changed from <span class="trac-author">No-Maintainer</span> to <span class="trac-author">Joel de Guzman</span> </li> </ul> Ticket Joel de Guzman Tue, 23 Jun 2009 01:09:49 GMT owner changed https://svn.boost.org/trac10/ticket/3203#comment:3 https://svn.boost.org/trac10/ticket/3203#comment:3 <ul> <li><strong>owner</strong> changed from <span class="trac-author">Joel de Guzman</span> to <span class="trac-author">danmarsden</span> </li> </ul> Ticket Daniel James Sat, 27 Jun 2009 11:50:26 GMT component changed https://svn.boost.org/trac10/ticket/3203#comment:4 https://svn.boost.org/trac10/ticket/3203#comment:4 <ul> <li><strong>component</strong> <span class="trac-field-old">utility</span> → <span class="trac-field-new">fusion</span> </li> </ul> Ticket anonymous Sun, 01 Aug 2010 17:01:14 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/3203#comment:5 https://svn.boost.org/trac10/ticket/3203#comment:5 <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">wontfix</span> </li> </ul> <p> boost::result_of does not use decltype any more... </p> Ticket