[libcxx-commits] [PATCH] D117714: [libc++] Implement LWG3549: view_interface need not inherit from view_base

Joe Loser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Jan 20 15:19:11 PST 2022


jloser updated this revision to Diff 401798.
jloser added a comment.

Remove const and const ref tests for enable_view. The standard expects cv-unqual types.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D117714

Files:
  libcxx/docs/Status/Cxx2bIssues.csv
  libcxx/include/__ranges/enable_view.h
  libcxx/include/__ranges/view_interface.h
  libcxx/test/std/ranges/range.req/range.view/enable_view.compile.pass.cpp
  libcxx/test/std/ranges/range.utility/view.interface/view.interface.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D117714.401798.patch
Type: text/x-patch
Size: 5511 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220120/e22c9c4c/attachment-0001.bin>


More information about the libcxx-commits mailing list