[Bug 235749] c++: std::experimental::filesystem::v1::__copy isn't found

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Feb 14 21:48:16 UTC 2019


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=235749

Dimitry Andric <dim at FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |Not A Bug
                 CC|                            |dim at FreeBSD.org
             Status|New                         |Closed

--- Comment #1 from Dimitry Andric <dim at FreeBSD.org> ---
To use libc++ 6.0 experimental features, you have to add an explicit
-lc++experimental flag to your link command line, e.g. try:

c++ fs.cpp -o fs -lc++experimental

(Also note that experimental features are in no way stable or guaranteed to
exist in newer versions.)

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-toolchain mailing list