Skip to content

Commit c8a496c

Browse files
committed
[string.view.general] Add missing template-argument-list
1 parent 0678f99 commit c8a496c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/strings.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -526,7 +526,7 @@
526526
\pnum
527527
\begin{note}
528528
The library provides implicit conversions from \tcode{const charT*} and \tcode{std::basic_string<charT, ...>} to \tcode{std::basic_string_view<charT, ...>} so that user code can accept just \tcode{std::basic_string_view<charT>} as a non-templated parameter wherever a sequence of characters is expected.
529-
User-defined types can define their own implicit conversions to \tcode{std::basic_string_view} in order to interoperate with these functions.
529+
User-defined types can define their own implicit conversions to \tcode{std::basic_string_view<charT>} in order to interoperate with these functions.
530530
\end{note}
531531

532532
\rSec2[string.view.synop]{Header \tcode{<string_view>} synopsis}

0 commit comments

Comments
 (0)