[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
Sat Jan 22 17:11:11 PST 2022


jloser marked 3 inline comments as done.
jloser added inline comments.


================
Comment at: libcxx/include/__ranges/view_interface.h:21
 #include <__ranges/empty.h>
 #include <__ranges/enable_view.h>
 #include <concepts>
----------------
Quuxplusone wrote:
> Pre-existing but perhaps relevant: This line can be eliminated.
Removed it. Shouldn't cause any issues from local testing, but we'll let CI run to make sure before I commit this.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D117714



More information about the libcxx-commits mailing list