Skip to content

Commit a2b62a8

Browse files
committed
[class.path] escape backslash in character literal
Fixes #731
1 parent 6be63b6 commit a2b62a8

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
@@ -10646,7 +10646,7 @@
1064610646
\tcode{preferred_separator} is the slash character (\tcode{'/'}).
1064710647
For Windows based operating systems,
1064810648
\tcode{value_type} is \tcode{wchar_t} and
10649-
\tcode{preferred_separator} is the backslash character (\tcode{L'\textbackslash'}).
10649+
\tcode{preferred_separator} is the backslash character (\tcode{L'\textbackslash\textbackslash'}).
1065010650
\exitexample
1065110651

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

0 commit comments

Comments
 (0)