
30 Apr
2012
30 Apr
'12
2:48 p.m.
Which version of boost are you using?
2012/4/29 Matan Nassau
Good afternoon,
Calling boost::filesystem::copy(), I get the the compiler error
'copy' is not a member of 'boost::filesystem'
When I look in boost/filesystem/v3/operations.hpp I see
namespace filesystem { … using filesystem3::character_file; // using filesystem3::copy; using copy_file; … }
Why is "using filesystem3::copy" line commented out?
Matan _______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users