[libcxx-commits] [PATCH] D101737: [libcxx] Implement view.interface.
Tim Song via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Sun May 2 21:41:34 PDT 2021
tcanens added inline comments.
================
Comment at: libcxx/include/__ranges/data.h:58
concept __unqualified_begin =
+ __member_data<_Tp> &&
__not_incomplete_array<_Tp> &&
----------------
missing !?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D101737/new/
https://reviews.llvm.org/D101737
More information about the libcxx-commits
mailing list