Boost C++ Libraries: Ticket #3101: [interprocess] regression test failures on VC10 beta 1 https://svn.boost.org/trac10/ticket/3101 <p> The doc_complex_map (<a class="ext-link" href="http://tinyurl.com/qf9zvy"><span class="icon">​</span>http://tinyurl.com/qf9zvy</a>) and flat_tree_test (<a class="ext-link" href="http://tinyurl.com/pszhmm"><span class="icon">​</span>http://tinyurl.com/pszhmm</a>) tests are failing in VC10 beta 1 with the same issue as described @ <a class="ext-link" href="https://svn.boost.org/trac/boost/ticket/3076"><span class="icon">​</span>https://svn.boost.org/trac/boost/ticket/3076</a>. </p> <p> When the tests are run, the call to std::copy at line 1753 of interprocess\containers\container\vector.hpp is made with the 3rd parameter ('start') set to NULL, which triggers the error. </p> <p> in addition, the string_test (<a class="ext-link" href="http://tinyurl.com/ob2sq9"><span class="icon">​</span>http://tinyurl.com/ob2sq9</a>) is also failing, but i haven't looked into that failure. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/3101 Trac 1.4.3 Richard Webb <richard.webb@…> Sun, 07 Jun 2009 12:00:06 GMT <link>https://svn.boost.org/trac10/ticket/3101#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/3101#comment:1</guid> <description> <p> It looks like the string_test failure is down to the BOOST_HAS_RVALUE_REFS flag (or lack thereof). </p> <p> The VC config header defines BOOST_NO_RVALUE_REFERENCES for versions less than VC10, but never defines BOOST_HAS_RVALUE_REFS, and that causes Interprocess to go down the wrong code path. </p> <p> I'm not sure if this is an interprocess issue or a config issue though. </p> </description> <category>Ticket</category> </item> <item> <author>Richard Webb <richard.webb@…></author> <pubDate>Tue, 17 Nov 2009 15:12:04 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/3101#comment:2 https://svn.boost.org/trac10/ticket/3101#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> The trunk tests are all green with VC10 beta 2 now, so i'll close this. </p> Ticket