[llvm-bugs] [Bug 34103] New: libc++abi doesn't build with -std=c++17

via llvm-bugs llvm-bugs at lists.llvm.org
Mon Aug 7 06:28:59 PDT 2017


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: unassignedbugs at nondot.org
          Reporter: nicolasweber at gmx.de
                CC: llvm-bugs at lists.llvm.org, mclow.lists at 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20170807/63ac9b9a/attachment.html>


More information about the llvm-bugs mailing list