We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab094f1 commit ca8bf9aCopy full SHA for ca8bf9a
source/basic.tex
@@ -5482,7 +5482,7 @@
5482
\indextext{type!underlying!\idxcode{char16_t}}%
5483
\indextext{type!underlying!\idxcode{char32_t}}%
5484
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},
+whose underlying types are \tcode{std::uint_least16_t} and \tcode{std::uint_least32_t},
5486
respectively, in \libheaderref{cstdint}.
5487
5488
\pnum
0 commit comments