|
Boost Users : |
Subject: [Boost-users] filesystem: 'copy' is not a member of boost::filesystem
From: Matan Nassau (matan.nassau_at_[hidden])
Date: 2012-04-29 16:57:02
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 list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net