[PATCH] D34649: Remove addtional parameters in function std::next() and std::prev()
Arthur O'Dwyer via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jun 26 15:21:49 PDT 2017
Quuxplusone added inline comments.
================
Comment at: include/iterator:619
template <class _BidiretionalIter>
inline _LIBCPP_INLINE_VISIBILITY _LIBCPP_CONSTEXPR_AFTER_CXX14
----------------
Might fix the spelling error in "BidirectionalIter" while you're here.
https://reviews.llvm.org/D34649
More information about the cfe-commits
mailing list