id summary reporter owner description type status milestone component version severity resolution keywords cc 4897 Boost.Filesystem v3 not the default as it ought to be Claudio Bley Beman Dawes "http://www.boost.org/doc/libs/1_45_0/libs/filesystem/v3/doc/index.htm says: > Version 2 is the default version for Boost release 1.44 only. Version 3 will become the default starting with release 1.45 But boost/filesystem.hpp contains {{{ #!c++ # if !defined(BOOST_FILESYSTEM_VERSION) # define BOOST_FILESYSTEM_VERSION 2 # endif }}} Probably too late to fix this in 1.45 as it is already out. But at least fix the documentation?" Bugs closed To Be Determined filesystem Boost 1.45.0 Cosmetic fixed