summaryrefslogtreecommitdiffstats
path: root/src/memory.cpp
diff options
context:
space:
mode:
authorHoward Hinnant <hhinnant@apple.com>2012-07-07 20:56:04 +0000
committerHoward Hinnant <hhinnant@apple.com>2012-07-07 20:56:04 +0000
commit46e9493c687004357f757d08335c3ec411a361fd (patch)
treef0e09a9f34a6cdc740d215c951a8f1bcccef3bf3 /src/memory.cpp
parent384608e90d42cd8111b78efdea30fe06df19226a (diff)
downloadexternal_libcxx-46e9493c687004357f757d08335c3ec411a361fd.tar.gz
external_libcxx-46e9493c687004357f757d08335c3ec411a361fd.tar.bz2
external_libcxx-46e9493c687004357f757d08335c3ec411a361fd.zip
Appy constexpr to <memory>. Picked up a few missing noexcepts as well.
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@159902 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'src/memory.cpp')
-rw-r--r--src/memory.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/memory.cpp b/src/memory.cpp
index a892e75c8..e298c723c 100644
--- a/src/memory.cpp
+++ b/src/memory.cpp
@@ -7,6 +7,7 @@
//
//===----------------------------------------------------------------------===//
+#define _LIBCPP_BUILDING_MEMORY
#include "memory"
_LIBCPP_BEGIN_NAMESPACE_STD