Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions source/iostreams.tex
Original file line number Diff line number Diff line change
Expand Up @@ -12305,7 +12305,7 @@
ios_base::openmode mode = ios_base::in | ios_base::out);
explicit basic_fstream(
const filesystem::path::value_type* s,
ios_base::openmode mode = ios_base::in|ios_base::out); // wide systems only; see \ref{fstream.syn}
ios_base::openmode mode = ios_base::in | ios_base::out); // wide systems only; see \ref{fstream.syn}
explicit basic_fstream(
const string& s,
ios_base::openmode mode = ios_base::in | ios_base::out);
Expand All @@ -12330,7 +12330,7 @@
ios_base::openmode mode = ios_base::in | ios_base::out);
void open(
const filesystem::path::value_type* s,
ios_base::openmode mode = ios_base::in|ios_base::out); // wide systems only; see \ref{fstream.syn}
ios_base::openmode mode = ios_base::in | ios_base::out); // wide systems only; see \ref{fstream.syn}
void open(
const string& s,
ios_base::openmode mode = ios_base::in | ios_base::out);
Expand Down