Skip to content

Commit a28db44

Browse files
committed
Fixup for LWG3079 LWG 2935 forgot to fix the existing_p overloads of create_directory
1 parent 076ae4e commit a28db44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/iostreams.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14812,7 +14812,7 @@
1481214812
directory \tcode{p} resolves to, with
1481314813
attributes copied from directory \tcode{existing_p}. The set of attributes
1481414814
copied is operating system dependent.
14815-
Creation failure because \tcode{p} already exists is not treated as an error.
14815+
Creation failure because \tcode{p} already exists is not an error.
1481614816
\begin{note} For POSIX-based operating systems, the
1481714817
attributes are those copied by native API \tcode{stat(existing_p.c_str(), \&attributes_stat)}
1481814818
followed by \tcode{mkdir(p.c_str(), attributes_stat.st_mode)}. For

0 commit comments

Comments
 (0)