Skip to content

Commit ca8bf9a

Browse files
eisenwavetkoeppe
authored andcommitted
[basic.fundamental] Use "std::" prefix consistently for library type aliases
1 parent ab094f1 commit ca8bf9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/basic.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5482,7 +5482,7 @@
54825482
\indextext{type!underlying!\idxcode{char16_t}}%
54835483
\indextext{type!underlying!\idxcode{char32_t}}%
54845484
Types \keyword{char16_t} and \keyword{char32_t} denote distinct types
5485-
whose underlying types are \tcode{uint_least16_t} and \tcode{uint_least32_t},
5485+
whose underlying types are \tcode{std::uint_least16_t} and \tcode{std::uint_least32_t},
54865486
respectively, in \libheaderref{cstdint}.
54875487

54885488
\pnum

0 commit comments

Comments
 (0)