[Bug 235749] std::experimental::filesystem::v1::__copy isn't found
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Thu Feb 14 19:47:45 UTC 2019
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=235749
Bug ID: 235749
Summary: std::experimental::filesystem::v1::__copy isn't found
Product: Base System
Version: 12.0-STABLE
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: misc
Assignee: bugs at FreeBSD.org
Reporter: yuri at freebsd.org
Attachment #202032 text/plain
mime type:
Created attachment 202032
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=202032&action=edit
fs.cpp testcase
The attached testcase fails:
$ c++ -o fs -std=c++17 fs.cpp
> /tmp/fs-f6ba18.o: In function `main':
> fs.cpp:(.text+0x4f): undefined reference to `std::experimental::filesystem::v1::__copy(std::experimental::filesystem::v1::path const&, std::experimental::filesystem::v1::path const&, std::experimental::filesystem::v1::copy_options, std::__1::error_code*)'
> c++: error: linker command failed with exit code 1 (use -v to see invocation)
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-bugs
mailing list