[ANNOUNCEMENT] Updated: gcc-7.3.0-2 (x86/x86_64)(Test)

JonY 10walls@gmail.com
Mon May 7 13:02:00 GMT 2018


On 05/06/2018 11:54 PM, Ross Smith wrote:
> 
> I've updated gcc-core, gcc-g++, and libstdc++ to 7.3.0-2,
> but the filesystem library still doesn't seem to be working:
> 
> #include <experimental/filesystem>
> #include <iostream>
> using namespace std::experimental;
> int main() {
>     filesystem::path p("expfs.cpp");
>     std::cout << p.string() << " " << filesystem::exists(p) << "\n";
> }

Try add -lstdc++fs?

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 858 bytes
Desc: OpenPGP digital signature
URL: <http://cygwin.com/pipermail/cygwin/attachments/20180507/2364dc99/attachment.sig>


More information about the Cygwin mailing list