[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 12:18:49 PST 2024
================
@@ -15,21 +15,21 @@
int globalBuff[8];
template <class T>
-struct sentinel {
+struct drop_sentinel {
----------------
cjdb wrote:
Yes, but it's a whole-project change, so this is fine :)
https://github.com/llvm/llvm-project/pull/77334
More information about the libcxx-commits
mailing list