[libcxx-commits] [PATCH] D138795: [libc++] Don't assume that string_view::const_iterator is a raw pointer

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Nov 28 05:07:06 PST 2022


ldionne added a comment.

@Mordante Please let me know if you like this approach. In a few places, we have the choice of blindly taking `_Iterator` or explicitly stating `basic_string_view::const_iterator` -- let me know what you prefer and I'll change it.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D138795



More information about the libcxx-commits mailing list