From a27009d92ffeeb0be40760eb4c21695abfc9f110 Mon Sep 17 00:00:00 2001 From: "S. B. Tam" Date: Fri, 3 Apr 2026 21:10:21 +0800 Subject: [PATCH] [mdspan.mdspan.cons] Fix typo (`is_nothrow_constructible` => `is_nothrow_constructible_v`) --- source/containers.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/containers.tex b/source/containers.tex index 4aba72d02d..89f3bca5fe 100644 --- a/source/containers.tex +++ b/source/containers.tex @@ -25124,7 +25124,7 @@ \item \tcode{(is_convertible_v \&\& ...)} is \tcode{true}, \item -\tcode{(is_nothrow_constructible \&\& ...)} is \tcode{true}, +\tcode{(is_nothrow_constructible_v \&\& ...)} is \tcode{true}, \item \tcode{N == rank() || N == rank_dynamic()} is \tcode{true}, \item