From f525aa7e59ef588fe4fe1dc98b5118ebd2281186 Mon Sep 17 00:00:00 2001 From: Jonathan Wakely Date: Wed, 24 Jan 2024 20:54:07 +0000 Subject: [PATCH] [tuple.cnstr] Do not use code font for cardinal number 1 --- source/utilities.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/utilities.tex b/source/utilities.tex index 19db3d4395..97e4e2bf26 100644 --- a/source/utilities.tex +++ b/source/utilities.tex @@ -2032,7 +2032,7 @@ \tcode{true}, and \item -either \tcode{sizeof...(Types)} is not \tcode{1}, or +either \tcode{sizeof...(Types)} is not 1, or (when \tcode{Types...} expands to \tcode{T}) \tcode{is_convertible_v} and \tcode{is_constructible_v} are both \tcode{false}.