https://bugs.llvm.org/show_bug.cgi?id=34103

            Bug ID: 34103
           Summary: libc++abi doesn't build with -std=c++17
           Product: libc++abi
           Version: unspecified
          Hardware: PC
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: All Bugs
          Assignee: unassignedb...@nondot.org
          Reporter: nicolaswe...@gmx.de
                CC: llvm-bugs@lists.llvm.org, mclow.li...@gmail.com

(currently the flag is spelled -std=c++1z though)

In file included from
../../buildtools/third_party/libc++abi/trunk/src/cxa_unexpected.cpp:12:
../../buildtools/third_party/libc++abi/trunk/src/cxa_exception.hpp:39:10:
error: no type named 'unexpected_handler' in namespace 'std'
    std::unexpected_handler unexpectedHandler;
    ~~~~~^
../../buildtools/third_party/libc++abi/trunk/src/cxa_exception.hpp:91:10:
error: no type named 'unexpected_handler' in namespace 'std'
    std::unexpected_handler unexpectedHandler;
    ~~~~~^
2 errors generated.

-- 
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

Reply via email to