From 9f43d205becc3c031fb3614cbea14c7dcf7b1f8c Mon Sep 17 00:00:00 2001 From: Eisenwave Date: Mon, 3 Nov 2025 18:53:20 +0100 Subject: [PATCH] [basic.fundamental] Use "std::" prefix consistently for library type aliases --- source/basic.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/basic.tex b/source/basic.tex index 8e5e9f784c..2f53237085 100644 --- a/source/basic.tex +++ b/source/basic.tex @@ -5482,7 +5482,7 @@ \indextext{type!underlying!\idxcode{char16_t}}% \indextext{type!underlying!\idxcode{char32_t}}% Types \keyword{char16_t} and \keyword{char32_t} denote distinct types -whose underlying types are \tcode{uint_least16_t} and \tcode{uint_least32_t}, +whose underlying types are \tcode{std::uint_least16_t} and \tcode{std::uint_least32_t}, respectively, in \libheaderref{cstdint}. \pnum