Boost C++ Libraries: Ticket #5249: Fix to cloning_test patch https://svn.boost.org/trac10/ticket/5249 <p> libs/exception/test/cloning_test.cpp tests that the what() string of standard exceptions is exactly the passed in string. </p> <p> The standard only requires the passed in string is included in the output of what(). Some standard libraries (including libc++) include extra information in the output of what(). </p> <p> The attached patch just tweaks the test, to just check what() contains "what", rather than is equal to it. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/5249 Trac 1.4.3 Chris Jefferson Tue, 01 Mar 2011 15:03:25 GMT attachment set https://svn.boost.org/trac10/ticket/5249 https://svn.boost.org/trac10/ticket/5249 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">exception_test.patch</span> </li> </ul> <p> Patch to libs/exception/test/cloning_test.cpp </p> Ticket Emil Dotchevski Tue, 05 Apr 2011 00:29:27 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/5249#comment:1 https://svn.boost.org/trac10/ticket/5249#comment:1 <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