id summary reporter owner description type status milestone component version severity resolution keywords cc 2948 boost/filesystem/operations.hpp needs boost namespace around Path definition Stephanie Schutz Beman Dawes "In version 1.38.0 Path should be defined within the boost namespace. # ifndef BOOST_FILESYSTEM_NARROW_ONLY # define BOOST_FS_FUNC(BOOST_FS_TYPE) \ template typename boost::enable_if, \ BOOST_FS_TYPE>::type # define BOOST_INLINE_FS_FUNC(BOOST_FS_TYPE) \ template inline typename boost::enable_if, \ BOOST_FS_TYPE>::type # define BOOST_FS_TYPENAME typename # else # define BOOST_FS_FUNC(BOOST_FS_TYPE) inline BOOST_FS_TYPE # define BOOST_INLINE_FS_FUNC(BOOST_FS_TYPE) inline BOOST_FS_TYPE # typedef boost::filesystem::path Path; # define BOOST_FS_TYPENAME # endif //----------------------------------------------------------------------------// namespace boost { namespace filesystem {" Bugs closed Boost 1.39.0 filesystem Boost 1.38.0 Problem fixed