Skip to content

Commit 7828d1c

Browse files
jensmaurertkoeppe
authored andcommitted
LWG3542 basic_format_arg mis-handles basic_string_view with custom traits
1 parent 0826d1c commit 7828d1c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

source/utilities.tex

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20767,7 +20767,8 @@
2076720767
\begin{itemdescr}
2076820768
\pnum
2076920769
\effects
20770-
Initializes \tcode{value} with \tcode{s}.
20770+
Initializes \tcode{value} with
20771+
\tcode{basic_string_view<char_type>(s.data(), s.size())}.
2077120772
\end{itemdescr}
2077220773

2077320774
\begin{itemdecl}

0 commit comments

Comments
 (0)