Correct change to exception.cpp from r140245

llvm-svn: 140253
This commit is contained in:
Howard Hinnant
2011-09-21 15:12:26 +00:00
parent 71850c961d
commit bae9fc983e

View File

@@ -13,7 +13,7 @@
#if __APPLE__
#include <cxxabi.h>
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.