Boost C++ Libraries: Ticket #2352: [filesystem] Patch to improve support for CodeGear C++Builder https://svn.boost.org/trac10/ticket/2352 <p> The attached patch fixes workarounds for the latest \<a class="missing wiki">CodeGear</a> (ex Borland) compiler. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/2352 Trac 1.4.3 Nicola Musatti Sat, 20 Sep 2008 21:34:21 GMT attachment set https://svn.boost.org/trac10/ticket/2352 https://svn.boost.org/trac10/ticket/2352 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">boost_filesystem.patch</span> </li> </ul> Ticket Nicola Musatti Mon, 29 Sep 2008 22:16:27 GMT <link>https://svn.boost.org/trac10/ticket/2352#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/2352#comment:1</guid> <description> <p> As this patch looks reasonably safe to me, if I don't receive any objection in a few days, I'll commit it myself. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Beman Dawes</dc:creator> <pubDate>Tue, 30 Sep 2008 01:28:53 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/2352#comment:2 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/2352#comment:2</guid> <description> <p> I've applied the patch locally, but all tests still fail for the 6.10 compiler. </p> <p> Are they passing for you? </p> <p> I'm planning to update the Jamfiles involved to quiet a warning message, but have been distracted by other work. </p> <p> --Beman </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Nicola Musatti</dc:creator> <pubDate>Tue, 30 Sep 2008 06:43:27 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/2352#comment:3 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/2352#comment:3</guid> <description> <p> Replying to <a class="ticket" href="https://svn.boost.org/trac10/ticket/2352#comment:2" title="Comment 2">bemandawes</a>: </p> <blockquote class="citation"> <p> I've applied the patch locally, but all tests still fail for the 6.10 compiler. </p> <p> Are they passing for you? </p> </blockquote> <p> In my last run the only tests that failed were fstream_test and wide_test. Your results are likely due to dependencies on some of the other patches I posted. The bcbboost branch has most of them applied; it lacks the type_traits one which is fundamental, but needs some rework. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Beman Dawes</dc:creator> <pubDate>Wed, 01 Oct 2008 14:22:36 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/2352#comment:4 https://svn.boost.org/trac10/ticket/2352#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">fixed</span> </li> </ul> <p> Patch applied. Thanks! </p> Ticket