Boost logo

Boost Users :

Subject: Re: [Boost-users] filesystem: 'copy' is not a member of boost::filesystem
From: Matan Nassau (matan.nassau_at_[hidden])
Date: 2012-04-30 11:02:52


I'm using boost 1.49.0, compiled from source on OS X 10.7.3 with gcc 4.7
from MacPorts.

Matan

On 2012-04-30, at 10:49, Alain Leblanc <aalebl_at_[hidden]> wrote:

Which version of boost are you using?

2012/4/29 Matan Nassau <matan.nassau_at_[hidden]>

> 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_at_[hidden]
> http://lists.boost.org/mailman/listinfo.cgi/boost-users

_______________________________________________
Boost-users mailing list
Boost-users_at_[hidden]
http://lists.boost.org/mailman/listinfo.cgi/boost-users



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