[libcxx-commits] [PATCH] D88864: Add assert in `constexpr string_view::operator[]`

Chris Palmer via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Oct 6 10:13:49 PDT 2020


palmer added a comment.

Thanks, everyone. Please commit it as "Chris Palmer <palmer at google.com>".

I suspect `size()` is always inlined, but I can change it to `__size` if you like. Other code, such as `at`, uses `size()`.


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

https://reviews.llvm.org/D88864



More information about the libcxx-commits mailing list