[libcxx-commits] [PATCH] D60145: libcxx: Add _LIBCPP_NODISCARD_EXT to 37 more functions
Nico Weber via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Apr 2 12:08:53 PDT 2019
thakis marked an inline comment as done.
thakis added inline comments.
================
Comment at: libcxx/include/algorithm:931
+_LIBCPP_NODISCARD_EXT _LIBCPP_CONSTEXPR_AFTER_CXX17 _ForwardIterator1
__find_end(_ForwardIterator1 __first1, _ForwardIterator1 __last1,
_ForwardIterator2 __first2, _ForwardIterator2 __last2, _BinaryPredicate __pred,
----------------
Further down I only added nodiscard on the public versions of these functions. I intend to revert the changes to __find_end.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D60145/new/
https://reviews.llvm.org/D60145
More information about the libcxx-commits
mailing list