|
@@ -11,6 +11,11 @@
|
|
|
// basic_string<charT,traits,Allocator>&
|
|
|
// replace(size_type pos1, size_type n1, const basic_string<charT,traits,Allocator>& str);
|
|
|
|
|
|
+// When back-deploying to macosx10.7, the RTTI for exception classes
|
|
|
+// incorrectly provided by libc++.dylib is mixed with the one in
|
|
|
+// libc++abi.dylib and exceptions are not caught properly.
|
|
|
+// XFAIL: with_system_cxx_lib=macosx10.7
|
|
|
+
|
|
|
#include <string>
|
|
|
#include <stdexcept>
|
|
|
#include <algorithm>
|