
29 Aug
2008
29 Aug
'08
8:21 p.m.
Johan RĂ¥de wrote:
The following code does not compile with Boost 1.36 and MSVS 2008:
#define BOOST_FILESYSTEM_NO_DEPRECATED #include <boost/filesystem.hpp>
...
Oops... Fixed in trunk by changeset 48462. The bug affects all compilers, by the way. See http://svn.boost.org/trac/boost/wiki/ReleasePractices/HotFixes The test suite has been updated by changeset 48463 to run the regular tests with BOOST_FILESYSTEM_NO_DEPRECATED defined, so will detect similar problems if they pop up in the future. Thanks for the trouble report, --Beman