https://llvm.org/bugs/show_bug.cgi?id=25861
Bug ID: 25861 Summary: clang failes to compile std::experimental::filesystem::path Product: clang Version: 3.7 Hardware: PC OS: Linux Status: NEW Severity: normal Priority: P Component: -New Bugs Assignee: unassignedclangb...@nondot.org Reporter: d.m.b...@web.de CC: llvm-bugs@lists.llvm.org Classification: Unclassified Clang fails to compile the simple test program, while gcc (5.3) compiles it without errors. The Program: #include <experimental/filesystem> int main() { std::experimental::filesystem::path p( "/home" ); return 0; } I don't know if this really is a clang bug or rather a libstdc++ bug. -- You are receiving this mail because: You are on the CC list for the bug.
_______________________________________________ llvm-bugs mailing list llvm-bugs@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs