From 336f41ae0c781ac8b29178ac5d2b5533191c0523 Mon Sep 17 00:00:00 2001 From: Howard Hinnant Date: Wed, 21 Sep 2011 15:12:26 +0000 Subject: [PATCH] Correct change to exception.cpp from r140245 git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@140253 91177308-0d34-0410-b5e6-96231b3b80d8 --- src/exception.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/exception.cpp b/src/exception.cpp index 9a80d3e9..26d97a96 100644 --- a/src/exception.cpp +++ b/src/exception.cpp @@ -13,7 +13,7 @@ #if __APPLE__ #include using namespace __cxxabiv1; - using namespace __cxxabiv1::__cxxabiapple; + using namespace __cxxabiapple; // On Darwin, there are two STL shared libraries and a lower level ABI // shared libray. The globals holding the current terminate handler and // current unexpected handler are in the ABI library.