aboutsummaryrefslogtreecommitdiff
path: root/lib/libcxx/include/__algorithm/remove_copy_if.h
diff options
context:
space:
mode:
authorAndrew Kelley <andrew@ziglang.org>2022-07-01 16:31:47 -0700
committerAndrew Kelley <andrew@ziglang.org>2022-07-01 16:31:47 -0700
commitbd680139d084b673d1f56d0e63e01936c4680a91 (patch)
treef066c89b83db70814a23e5be9731686610fea92c /lib/libcxx/include/__algorithm/remove_copy_if.h
parentc89dd15e1be4959800dc7092d7dd4375253db7bc (diff)
downloadzig-bd680139d084b673d1f56d0e63e01936c4680a91.tar.gz
zig-bd680139d084b673d1f56d0e63e01936c4680a91.zip
update libcxx to llvm 14.0.6
Diffstat (limited to 'lib/libcxx/include/__algorithm/remove_copy_if.h')
-rw-r--r--lib/libcxx/include/__algorithm/remove_copy_if.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/libcxx/include/__algorithm/remove_copy_if.h b/lib/libcxx/include/__algorithm/remove_copy_if.h
index 44822564a5..a556387220 100644
--- a/lib/libcxx/include/__algorithm/remove_copy_if.h
+++ b/lib/libcxx/include/__algorithm/remove_copy_if.h
@@ -15,9 +15,6 @@
#pragma GCC system_header
#endif
-_LIBCPP_PUSH_MACROS
-#include <__undef_macros>
-
_LIBCPP_BEGIN_NAMESPACE_STD
template <class _InputIterator, class _OutputIterator, class _Predicate>
@@ -38,6 +35,4 @@ remove_copy_if(_InputIterator __first, _InputIterator __last, _OutputIterator __
_LIBCPP_END_NAMESPACE_STD
-_LIBCPP_POP_MACROS
-
#endif // _LIBCPP___ALGORITHM_REMOVE_COPY_IF_H