[libcxx-commits] [PATCH] D119633: [libc++] Remove recursion in basic_string::insert(const_iterator, ForwardIterator, ForwardIterator)

Michael Schellenberger Costa via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sat Feb 12 13:12:26 PST 2022


miscco accepted this revision.
miscco added a comment.

That was one of the things that pained me the most. We should really have something like `__builtin_ranges_overlap` without all the UB


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D119633/new/

https://reviews.llvm.org/D119633



More information about the libcxx-commits mailing list