diff options
| author | Andrew Kelley <andrew@ziglang.org> | 2023-01-26 13:23:03 -0700 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2023-01-26 16:36:13 -0700 |
| commit | 1eaf180dd04efcf65ef981b1e1064658b5ec09c3 (patch) | |
| tree | c12e99871e9ba098bea523da0bde266d9afbd065 /lib/libcxx/include/__algorithm/remove_copy_if.h | |
| parent | 85be0b8c6589f58d5667d0a8a8f94524d5de5ba6 (diff) | |
| download | zig-1eaf180dd04efcf65ef981b1e1064658b5ec09c3.tar.gz zig-1eaf180dd04efcf65ef981b1e1064658b5ec09c3.zip | |
update libcxx to llvm 16
Diffstat (limited to 'lib/libcxx/include/__algorithm/remove_copy_if.h')
| -rw-r--r-- | lib/libcxx/include/__algorithm/remove_copy_if.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libcxx/include/__algorithm/remove_copy_if.h b/lib/libcxx/include/__algorithm/remove_copy_if.h index 36ddba4883..2f235fd32f 100644 --- a/lib/libcxx/include/__algorithm/remove_copy_if.h +++ b/lib/libcxx/include/__algorithm/remove_copy_if.h @@ -18,7 +18,7 @@ _LIBCPP_BEGIN_NAMESPACE_STD template <class _InputIterator, class _OutputIterator, class _Predicate> -inline _LIBCPP_INLINE_VISIBILITY _LIBCPP_CONSTEXPR_AFTER_CXX17 +inline _LIBCPP_INLINE_VISIBILITY _LIBCPP_CONSTEXPR_SINCE_CXX20 _OutputIterator remove_copy_if(_InputIterator __first, _InputIterator __last, _OutputIterator __result, _Predicate __pred) { |
