Skip to content

Commit f17b565

Browse files
committed
Merge pull request #734 from timsong-cpp/patch-3
[class.path] escape backslash in character literal
2 parents 403d679 + a2b62a8 commit f17b565

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/iostreams.tex

+1-1
Original file line numberDiff line numberDiff line change
@@ -10645,7 +10645,7 @@
1064510645
\tcode{preferred_separator} is the slash character (\tcode{'/'}).
1064610646
For Windows based operating systems,
1064710647
\tcode{value_type} is \tcode{wchar_t} and
10648-
\tcode{preferred_separator} is the backslash character (\tcode{L'\textbackslash'}).
10648+
\tcode{preferred_separator} is the backslash character (\tcode{L'\textbackslash\textbackslash'}).
1064910649
\exitexample
1065010650

1065110651
\rSec3[path.generic]{Generic pathname format}

0 commit comments

Comments
 (0)