diff options
author | Eric Fiselier <eric@efcs.ca> | 2017-04-18 23:26:47 +0000 |
---|---|---|
committer | Eric Fiselier <eric@efcs.ca> | 2017-04-18 23:26:47 +0000 |
commit | ddda456a76b2809e818c82d90252f42511900b12 (patch) | |
tree | 2d0f023c7cdeba05b6bd8c89f9534585fb1dc8b3 /libcxx/test/std/algorithms/alg.modifying.operations/alg.partitions | |
parent | 918802bed47a6083c968406371e1b3f71ae95a74 (diff) | |
download | bcm5719-llvm-ddda456a76b2809e818c82d90252f42511900b12.tar.gz bcm5719-llvm-ddda456a76b2809e818c82d90252f42511900b12.zip |
Cleanup _LIBCPP_HAS_NO_<c++11-feature> in algorithm
llvm-svn: 300625
Diffstat (limited to 'libcxx/test/std/algorithms/alg.modifying.operations/alg.partitions')
-rw-r--r-- | libcxx/test/std/algorithms/alg.modifying.operations/alg.partitions/partition.pass.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/libcxx/test/std/algorithms/alg.modifying.operations/alg.partitions/partition.pass.cpp b/libcxx/test/std/algorithms/alg.modifying.operations/alg.partitions/partition.pass.cpp index 8eddfbc4d04..ce74684f3c9 100644 --- a/libcxx/test/std/algorithms/alg.modifying.operations/alg.partitions/partition.pass.cpp +++ b/libcxx/test/std/algorithms/alg.modifying.operations/alg.partitions/partition.pass.cpp @@ -17,9 +17,7 @@ #include <algorithm> #include <cassert> -#ifndef _LIBCPP_HAS_NO_RVALUE_REFERENCES -#include <memory> -#endif + #include "test_iterators.h" |