[libcxx-commits] [clang-tools-extra] [libcxx] [clang] [llvm] [libc++][span] P2821R5: span.at() (PR #74994)
Nikolas Klauser via libcxx-commits
libcxx-commits at lists.llvm.org
Sun Dec 10 10:52:38 PST 2023
================
@@ -41,7 +41,6 @@ void testRuntimeSpan(Span sp, std::size_t idx)
assert(r1 == r2);
}
-struct A{};
----------------
philnik777 wrote:
Unrelated change?
https://github.com/llvm/llvm-project/pull/74994
More information about the libcxx-commits
mailing list