From 286c575ceb9a41e4c9b86e532764bd20284135e7 Mon Sep 17 00:00:00 2001 From: term-est Date: Wed, 25 Feb 2026 23:58:33 +0300 Subject: [PATCH] [utility.intcmp] Clarify the referenced type parameter in_range is worded as: template constexpr bool in_range(T t) noexcept; The referenced U in the mandate seems to be a copy-paste error from the above `cmp_equal` --- source/utilities.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/utilities.tex b/source/utilities.tex index d714c1f2ef..1c94dd43dd 100644 --- a/source/utilities.tex +++ b/source/utilities.tex @@ -660,7 +660,7 @@ \begin{itemdescr} \pnum \mandates -Each of \tcode{T} and \tcode{U} is +Each of \tcode{T} and \tcode{R} is a signed or unsigned integer type\iref{basic.fundamental}. \pnum