http://llvm.org/bugs/show_bug.cgi?id=18107

            Bug ID: 18107
           Summary: clang svn can't compile cxxabi.h
           Product: new-bugs
           Version: trunk
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: new bugs
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    Classification: Unclassified

Created attachment 11641
  --> http://llvm.org/bugs/attachment.cgi?id=11641&action=edit
replace throw() with noexcept

Latest svn clang -std=c++11 errors on libcxxabi/include/cxxabi.h:

../../libcxxabi/include\cxxabi.h:37:59: fatal error: use 'noexcept' instead
extern void __cxa_free_exception(void * thrown_exception) throw();
                                                          ^~~~~~~
                                                          noexcept
1 error generated.

for all uses of throw(); in the header file.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to