Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Feb 2019 19:47:42 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 235749] std::experimental::filesystem::v1::__copy isn't found
Message-ID:  <bug-235749-227@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D235749

            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@FreeBSD.org
          Reporter: yuri@freebsd.org
 Attachment #202032 text/plain
         mime type:

Created attachment 202032
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D202032&action=
=3Dedit
fs.cpp testcase

The attached testcase fails:

$ c++ -o fs -std=3Dc++17 fs.cpp=20
> /tmp/fs-f6ba18.o: In function `main':
> fs.cpp:(.text+0x4f): undefined reference to `std::experimental::filesyste=
m::v1::__copy(std::experimental::filesystem::v1::path const&, std::experime=
ntal::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 invocat=
ion)

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-235749-227>