This revision was automatically updated to reflect the committed changes. Closed by commit rL324542: Fix compilation in C++17 mode. (authored by rsmith, committed by ). Herald added a subscriber: llvm-commits.
Changed prior to commit: https://reviews.llvm.org/D42987?vs=133089&id=133323#toc Repository: rL LLVM https://reviews.llvm.org/D42987 Files: libcxxabi/trunk/src/cxa_exception.cpp Index: libcxxabi/trunk/src/cxa_exception.cpp =================================================================== --- libcxxabi/trunk/src/cxa_exception.cpp +++ libcxxabi/trunk/src/cxa_exception.cpp @@ -11,6 +11,8 @@ // //===----------------------------------------------------------------------===// +#define _LIBCPP_ENABLE_CXX17_REMOVED_UNEXPECTED_FUNCTIONS + #include "cxxabi.h" #include <exception> // for std::terminate
Index: libcxxabi/trunk/src/cxa_exception.cpp =================================================================== --- libcxxabi/trunk/src/cxa_exception.cpp +++ libcxxabi/trunk/src/cxa_exception.cpp @@ -11,6 +11,8 @@ // //===----------------------------------------------------------------------===// +#define _LIBCPP_ENABLE_CXX17_REMOVED_UNEXPECTED_FUNCTIONS + #include "cxxabi.h" #include <exception> // for std::terminate
_______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits