[libcxx-commits] [libcxx] [libc++][NFC] Create and use test-defined simple_view concept (PR #77334)
Christopher Di Bella via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Jan 8 10:13:13 PST 2024
================
@@ -69,7 +69,7 @@ constexpr bool test() {
ASSERT_SAME_TYPE(decltype(tv.begin()), std::counted_iterator<int*>);
}
- // __simple_view<V> && sized_range<V> && !size_range<!V>
+ // simple_view<V> && sized_range<V> && !size_range<!V>
----------------
cjdb wrote:
This comment should use the standard name, _`simple-view`_.
https://github.com/llvm/llvm-project/pull/77334
More information about the libcxx-commits
mailing list