summaryrefslogtreecommitdiffstats
path: root/contrib/libc++/src
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/libc++/src')
-rw-r--r--contrib/libc++/src/new.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/libc++/src/new.cpp b/contrib/libc++/src/new.cpp
index c179db1..f4998cf 100644
--- a/contrib/libc++/src/new.cpp
+++ b/contrib/libc++/src/new.cpp
@@ -192,6 +192,8 @@ bad_alloc::what() const _NOEXCEPT
#endif // !__GLIBCXX__
+#endif //LIBCXXRT
+
bad_array_new_length::bad_array_new_length() _NOEXCEPT
{
}
@@ -200,8 +202,6 @@ bad_array_new_length::~bad_array_new_length() _NOEXCEPT
{
}
-#endif //LIBCXXRT
-
const char*
bad_array_length::what() const _NOEXCEPT
{
OpenPOWER on IntegriCloud