Index: boost/filesystem/operations.hpp =================================================================== --- boost/filesystem/operations.hpp (revision 52859) +++ boost/filesystem/operations.hpp (working copy) @@ -659,9 +659,9 @@ { return is_symlink( ph ); } inline bool is_empty( const path & ph ) - { return is_empty( ph ); } + { return boost::filesystem::is_empty( ph ); } inline bool is_empty( const wpath & ph ) - { return is_empty( ph ); } + { return boost::filesystem::is_empty( ph ); } inline bool equivalent( const path & ph1, const path & ph2 ) { return equivalent( ph1, ph2 ); }