diff options
author | Howard Hinnant <hhinnant@apple.com> | 2012-07-07 20:56:04 +0000 |
---|---|---|
committer | Howard Hinnant <hhinnant@apple.com> | 2012-07-07 20:56:04 +0000 |
commit | c0937e8add9e010e80f3e631195019922b261ae7 (patch) | |
tree | e3dccd12ad14eae634846389dbdcbf3f3391cac3 /libcxx/src/memory.cpp | |
parent | bfa7990b5a5cc72921caa5d3231b3865b09164f3 (diff) | |
download | bcm5719-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.cpp | 1 |
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 |