Boost C++ Libraries: Ticket #5225: Defining 'BOOST_FILESYSTEM_VERSION' in config/users.hpp doesnt work https://svn.boost.org/trac10/ticket/5225 <p> As I understand it, I should be able to define BOOST_FILESYSTEM_VERSION in boost/config/user.hpp to compile with v2 of the filesystem. This doesnt seem to be the case. The only way I can get my application to compile is by defining it before including 'convenience.hpp'. </p> <p> <em>#define BOOST_FILESYSTEM_VERSION 2 &lt;-- With this in app compiles ok. #include &lt;boost/filesystem/convenience.hpp&gt; or.. #include &lt;boost/filesystem/v2/convenience.hpp&gt; </em></p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/5225 Trac 1.4.3 anonymous Thu, 24 Feb 2011 12:20:23 GMT attachment set https://svn.boost.org/trac10/ticket/5225 https://svn.boost.org/trac10/ticket/5225 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">errors.txt</span> </li> </ul> <p> Compiler errors </p> Ticket Beman Dawes Tue, 12 Apr 2011 15:55:26 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/5225#comment:1 https://svn.boost.org/trac10/ticket/5225#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">worksforme</span> </li> </ul> <p> I haven't been able to reproduce the problem, so am closing the ticket. </p> <p> If you are still having the problem, please reopen the ticket and attach a small program that is failing for you. </p> <p> Thanks, </p> <p> --Beman </p> Ticket