Boost C++ Libraries: Ticket #3074: [fusion] patch for some regression test failures on VC10/GCC4.4 https://svn.boost.org/trac10/ticket/3074 <p> The attached patch fixes some regression test failures on VC10/GCC 4.4 in C++0x mode, for the adapt_assoc_struct/cons/vector_n tests. </p> <p> The failures all occur because of various ambiguities. VC10 test results: </p> <p> <a class="ext-link" href="http://tinyurl.com/pt6ma8"><span class="icon">​</span>http://tinyurl.com/pt6ma8</a> </p> <p> <a class="ext-link" href="http://tinyurl.com/p7hqpx"><span class="icon">​</span>http://tinyurl.com/p7hqpx</a> </p> <p> <a class="ext-link" href="http://tinyurl.com/qpjs2x"><span class="icon">​</span>http://tinyurl.com/qpjs2x</a> </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/3074 Trac 1.4.3 Richard Webb <richard.webb@…> Sun, 24 May 2009 18:42:15 GMT attachment set https://svn.boost.org/trac10/ticket/3074 https://svn.boost.org/trac10/ticket/3074 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">fusion.diff</span> </li> </ul> Ticket rwebb <richard.webb@…> Sat, 13 Feb 2010 15:56:00 GMT type, milestone changed https://svn.boost.org/trac10/ticket/3074#comment:1 https://svn.boost.org/trac10/ticket/3074#comment:1 <ul> <li><strong>type</strong> <span class="trac-field-old">Bugs</span> → <span class="trac-field-new">Patches</span> </li> <li><strong>milestone</strong> <span class="trac-field-old">Boost 1.40.0</span> → <span class="trac-field-new">Boost 1.43.0</span> </li> </ul> <p> Some of these were fixed in <a class="changeset" href="https://svn.boost.org/trac10/changeset/59347" title="Fusion: fixed ambiguities in tests on VC10">[59347]</a>, but there are still some left. Attached is a new patch that gets all the tests passing on the VC10 release candidate. </p> Ticket rwebb <richard.webb@…> Sat, 13 Feb 2010 15:56:51 GMT attachment set https://svn.boost.org/trac10/ticket/3074 https://svn.boost.org/trac10/ticket/3074 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">fusion_vc10.patch</span> </li> </ul> Ticket Steven Watanabe Sat, 12 Jun 2010 15:58:38 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/3074#comment:2 https://svn.boost.org/trac10/ticket/3074#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> <p> (In <a class="changeset" href="https://svn.boost.org/trac10/changeset/62854" title="Clean up MSVC build. Fixes #1619. Fixes #3074.">[62854]</a>) Clean up MSVC build. Fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/1619" title="#1619: Bugs: [Fusion] C4512 warnings from VC9 (Visual Studio 2008) (closed: fixed)">#1619</a>. Fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/3074" title="#3074: Patches: [fusion] patch for some regression test failures on VC10/GCC4.4 (closed: fixed)">#3074</a>. </p> Ticket