commit | 60a0a8ef24f0f3a7d351efda444bf62025c78b47 | [log] [tgz] |
---|---|---|
author | Howard Hinnant <hhinnant@apple.com> | Tue Aug 10 20:48:29 2010 +0000 |
committer | Howard Hinnant <hhinnant@apple.com> | Tue Aug 10 20:48:29 2010 +0000 |
tree | 56004b6256514ef833d38c623b07cc3900b36e79 | |
parent | 45783d2dfd87c92b95b08802a7ad77c064bd8a13 [diff] [blame] |
patch by Jesse Towner, and bug fix by Sebastian Redl git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@110724 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/include/memory b/include/memory index 8af5ed7..3358a19 100644 --- a/include/memory +++ b/include/memory
@@ -1129,7 +1129,7 @@ { }; -#ifdef _LIBCPP_MOVE +#if defined(_LIBCPP_MOVE) && !defined(_LIBCPP_HAS_NO_ADVANCED_SFINAE) // uses-allocator construction