diff options
Diffstat (limited to 'libcxx/src/memory.cpp')
-rw-r--r-- | libcxx/src/memory.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libcxx/src/memory.cpp b/libcxx/src/memory.cpp index 9be40cb..d6c109d 100644 --- a/libcxx/src/memory.cpp +++ b/libcxx/src/memory.cpp @@ -26,6 +26,7 @@ #include "include/atomic_support.h" _LIBCPP_BEGIN_NAMESPACE_STD +_LIBCPP_BEGIN_EXPLICIT_ABI_ANNOTATIONS bad_weak_ptr::~bad_weak_ptr() noexcept {} @@ -147,4 +148,5 @@ void* align(size_t alignment, size_t size, void*& ptr, size_t& space) { return r; } +_LIBCPP_END_EXPLICIT_ABI_ANNOTATIONS _LIBCPP_END_NAMESPACE_STD |