summaryrefslogtreecommitdiffstats
path: root/libcxx/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
commitc0937e8add9e010e80f3e631195019922b261ae7 (patch)
treee3dccd12ad14eae634846389dbdcbf3f3391cac3 /libcxx/src/memory.cpp
parentbfa7990b5a5cc72921caa5d3231b3865b09164f3 (diff)
downloadbcm5719-llvm-c0937e8add9e010e80f3e631195019922b261ae7.tar.gz
bcm5719-llvm-c0937e8add9e010e80f3e631195019922b261ae7.zip
Appy constexpr to <memory>. Picked up a few missing noexcepts as well.
llvm-svn: 159902
Diffstat (limited to 'libcxx/src/memory.cpp')
-rw-r--r--libcxx/src/memory.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/libcxx/src/memory.cpp b/libcxx/src/memory.cpp
index a892e75c86d..e298c723c1e 100644
--- a/libcxx/src/memory.cpp
+++ b/libcxx/src/memory.cpp
@@ -7,6 +7,7 @@
//
//===----------------------------------------------------------------------===//
+#define _LIBCPP_BUILDING_MEMORY
#include "memory"
_LIBCPP_BEGIN_NAMESPACE_STD
OpenPOWER on IntegriCloud