Boost C++ Libraries: Ticket #4248: Filesystem library uses deprecated components of System library https://svn.boost.org/trac10/ticket/4248 <p> Filesystem is using deprecated namespace names (posix instead of errc) of the System library. </p> <p> The following fails to compile: </p> <pre class="wiki">#define BOOST_WINDOWS_API #define BOOST_SYSTEM_NO_DEPRECATED #define BOOST_FILESYSTEM_NO_DEPRECATED #include &lt;boost/filesystem.hpp&gt; int main() {} </pre><p> I am using Boost 1.42, but just checked what is in svn repository and didn't see it corrected. </p> <p> Thank you </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/4248 Trac 1.4.3 Beman Dawes Mon, 21 Jun 2010 13:25:58 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/4248#comment:1 https://svn.boost.org/trac10/ticket/4248#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> <p> Fixed. Thanks for the report, </p> <p> --Beman </p> Ticket