Skip to content

Commit e38650d

Browse files
committed
[tuple.like] Remove extraneous "std::" qualification.
1 parent 301f0cd commit e38650d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/utilities.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1590,7 +1590,7 @@
15901590
\pnum
15911591
A type \tcode{T} models and satisfies
15921592
the exposition-only concept \exposconcept{tuple-like}
1593-
if \tcode{std::remove_cvref_t<T>} is a specialization of
1593+
if \tcode{remove_cvref_t<T>} is a specialization of
15941594
\tcode{array}, \tcode{pair}, \tcode{tuple}, or \tcode{ranges::subrange}.
15951595
\end{itemdescr}
15961596

0 commit comments

Comments
 (0)