Skip to content

Commit afe922d

Browse files
jensmaurertkoeppe
authored andcommitted
[string.op.plus] Fix phrasing of note
1 parent 053e65b commit afe922d

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
@@ -4939,11 +4939,11 @@
49394939

49404940
\pnum
49414941
\begin{note}
4942-
The usage of \tcode{type_identity_t} as parameter ensures that
4943-
an object of type \tcode{basic_string<charT, traits, Allocator>}
4944-
can always be concatenated to an object of a type \tcode{T}
4945-
with an implicit conversion to \tcode{basic_string_view<charT, traits>}, and
4946-
vice versa, as per \ref{over.match.oper}.
4942+
Using a specialization of \tcode{type_identity_t} as a parameter type ensures
4943+
that an object of type \tcode{basic_string<charT, traits, Allocator>}
4944+
can be concatenated with an object of a type \tcode{T}
4945+
having an implicit conversion to
4946+
\tcode{basic_string_view<charT, traits>}\iref{over.match.oper}.
49474947
\end{note}
49484948

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

0 commit comments

Comments
 (0)