[libcxx-commits] [libcxx] [libc++][ranges] implement `ranges::shift_left` (PR #83231)

via libcxx-commits libcxx-commits at lists.llvm.org
Sun Jan 11 01:08:31 PST 2026


================
@@ -2027,6 +2027,7 @@ template <class BidirectionalIterator, class Compare>
 #    include <__algorithm/ranges_ends_with.h>
 #    include <__algorithm/ranges_find_last.h>
 #    include <__algorithm/ranges_fold.h>
+#    include <__algorithm/ranges_shift_left.h>
----------------
huixie90 wrote:

Could you please update the synopsis on the top of this file?

https://github.com/llvm/llvm-project/pull/83231


More information about the libcxx-commits mailing list