[llvm-bugs] [Bug 25861] New: clang failes to compile std::experimental::filesystem::path

via llvm-bugs llvm-bugs at lists.llvm.org
Thu Dec 17 02:29:13 PST 2015


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: unassignedclangbugs at nondot.org
          Reporter: d.m.bugs at web.de
                CC: llvm-bugs at 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20151217/7722ba50/attachment.html>


More information about the llvm-bugs mailing list