diff options
| author | Andrew Kelley <andrew@ziglang.org> | 2022-07-01 16:31:47 -0700 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2022-07-01 16:31:47 -0700 |
| commit | bd680139d084b673d1f56d0e63e01936c4680a91 (patch) | |
| tree | f066c89b83db70814a23e5be9731686610fea92c /lib/libcxx/include/__algorithm/remove_copy_if.h | |
| parent | c89dd15e1be4959800dc7092d7dd4375253db7bc (diff) | |
| download | zig-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.h | 5 |
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 |
