[libcxx-commits] [PATCH] D102468: [libcxx][ranges] makes `basic_string_view` and `span` satisfy concept view

Christopher Di Bella via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu May 13 23:22:33 PDT 2021


cjdb created this revision.
cjdb added reviewers: zoecarver, ldionne, Mordante, Quuxplusone.
cjdb requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.

Partially resolves LWG3326.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D102468

Files:
  libcxx/docs/Cxx2aStatusIssuesStatus.csv
  libcxx/include/__ranges/concepts.h
  libcxx/include/__ranges/view.h
  libcxx/include/span
  libcxx/include/string_view
  libcxx/test/std/containers/views/range_concept_conformance.compile.pass.cpp
  libcxx/test/std/strings/string.view/range_concept_conformance.compile.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D102468.345355.patch
Type: text/x-patch
Size: 7060 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210514/8a68514a/attachment.bin>


More information about the libcxx-commits mailing list