[libcxx-commits] [PATCH] D106801: [libc++] [c++2b] Implement P2166: prohibit string and string_view construction from nullptr.

Marek Kurdej via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Jul 26 08:54:58 PDT 2021


curdeius created this revision.
curdeius added a reviewer: ldionne.
curdeius requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.

- https://wg21.link/P2166


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D106801

Files:
  libcxx/docs/Status/Cxx2bPapers.csv
  libcxx/include/string
  libcxx/include/string_view
  libcxx/test/std/strings/basic.string/string.cons/nullptr.fail.cpp
  libcxx/test/std/strings/basic.string/string.cons/nullptr_assignment.fail.cpp
  libcxx/test/std/strings/string.view/string.view.cons/assign_nullptr.fail.cpp
  libcxx/test/std/strings/string.view/string.view.cons/from_nullptr.fail.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D106801.361680.patch
Type: text/x-patch
Size: 7191 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210726/2ca825a1/attachment-0001.bin>


More information about the libcxx-commits mailing list