From bae9fc983e761cdba0335e7060a263d7ec36ddb3 Mon Sep 17 00:00:00 2001 From: Howard Hinnant Date: Wed, 21 Sep 2011 15:12:26 +0000 Subject: Correct change to exception.cpp from r140245 llvm-svn: 140253 --- libcxx/src/exception.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libcxx/src') diff --git a/libcxx/src/exception.cpp b/libcxx/src/exception.cpp index 9a80d3e92ef..26d97a96082 100644 --- a/libcxx/src/exception.cpp +++ b/libcxx/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. -- cgit v1.2.3