diff options
Diffstat (limited to 'libcxx/src/string.cpp')
-rw-r--r-- | libcxx/src/string.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/src/string.cpp b/libcxx/src/string.cpp index d3f29df639f..76d5caca549 100644 --- a/libcxx/src/string.cpp +++ b/libcxx/src/string.cpp @@ -40,7 +40,7 @@ void throw_helper( const string& msg ) throw T( msg ); #else fprintf(stderr, "%s\n", msg.c_str()); - abort(); + _VSTD::abort(); #endif } |