[libcxx-commits] [libcxx] [libc++][mdspan][test] Correct `mapping::operator()` constraint tests (PR #201061)
A. Jiang via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Jun 3 01:08:51 PDT 2026
https://github.com/frederick-vs-ja approved this pull request.
LGTM. Some weird index types can render the `noexcept` not satisfied (as even though the `operator()` is `noexcept`, conversion to the parameter types can be potentially-throwing). But IMO we can improve the `noexcept` status later.
https://github.com/llvm/llvm-project/pull/201061
More information about the libcxx-commits
mailing list