commit | b9af2eae4a419a05b377ce0483ca1bf313f06829 | [log] [tgz] |
---|---|---|
author | Howard Hinnant <hhinnant@apple.com> | Wed Sep 22 18:02:38 2010 +0000 |
committer | Howard Hinnant <hhinnant@apple.com> | Wed Sep 22 18:02:38 2010 +0000 |
tree | dae1b8d85a1ec5b9423c20eff753cd1cbba70de7 | |
parent | 828948148d334656de3ad671cc34a2e8b1b63cb1 [diff] [blame] |
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();