Skip to content

Commit 279d810

Browse files
committed
[string.op.plus] Fix phrasing of note
1 parent 5a13154 commit 279d810

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

source/strings.tex

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4967,11 +4967,11 @@
49674967

49684968
\pnum
49694969
\begin{note}
4970-
The usage of \tcode{type_identity_t} as parameter ensures that
4971-
an object of type \tcode{basic_string<charT, traits, Allocator>}
4972-
can always be concatenated to an object of a type \tcode{T}
4973-
with an implicit conversion to \tcode{basic_string_view<charT, traits>}, and
4974-
vice versa, as per \ref{over.match.oper}.
4970+
Using a specialization of \tcode{type_identity_t} as a parameter type ensures
4971+
that an object of type \tcode{basic_string<charT, traits, Allocator>}
4972+
can be concatenated with an object of a type \tcode{T}
4973+
having an implicit conversion to
4974+
\tcode{basic_string_view<charT, traits>}\iref{over.match.oper}.
49754975
\end{note}
49764976

49774977
\rSec3[string.cmp]{Non-member comparison operator functions}

0 commit comments

Comments
 (0)