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: [email protected]
Reporter: [email protected]
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.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"