[libcxx-commits] [PATCH] D151267: [libc++] mdspan: implement layout_right
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Jun 28 12:15:43 PDT 2023
ldionne added inline comments.
================
Comment at: libcxx/test/std/containers/views/mdspan/layout_right/required_span_size.pass.cpp:28
+
+ // check required_span_size()
+ ASSERT_NOEXCEPT(m.required_span_size());
----------------
I think this comment can be removed.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D151267/new/
https://reviews.llvm.org/D151267
More information about the libcxx-commits
mailing list