visibility-decoration.

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@114559 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/include/new b/include/new
index 9003d35..6cc5c23 100644
--- a/include/new
+++ b/include/new
@@ -81,7 +81,7 @@
 
 void __throw_bad_alloc();  // not in C++ spec
 
-struct nothrow_t {};
+struct _LIBCPP_VISIBLE nothrow_t {};
 extern _LIBCPP_VISIBLE const nothrow_t nothrow;
 typedef void (*new_handler)();
 _LIBCPP_VISIBLE new_handler set_new_handler(new_handler) throw();