[libcxx-commits] [PATCH] D130785: [libc++] Implement P2499R0 (`string_view` range constructor should be `explicit`)

Mark de Wever via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Aug 1 09:14:39 PDT 2022


Mordante accepted this revision.
Mordante added a comment.

LGTM modulo one nit.



================
Comment at: libcxx/docs/ReleaseNotes.rst:40
 ------------------
+- P2499R0 (``string_view`` range constructor should be ``explicit``)
 
----------------
This is the style we switched to in the previous release, so let's keep using that.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D130785



More information about the libcxx-commits mailing list