File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 12305
12305
ios_base::openmode mode = ios_base::in | ios_base::out);
12306
12306
explicit basic_fstream(
12307
12307
const filesystem::path::value_type* s,
12308
- ios_base::openmode mode = ios_base::in| ios_base::out); // wide systems only; see \ref{fstream.syn}
12308
+ ios_base::openmode mode = ios_base::in | ios_base::out); // wide systems only; see \ref{fstream.syn}
12309
12309
explicit basic_fstream(
12310
12310
const string& s,
12311
12311
ios_base::openmode mode = ios_base::in | ios_base::out);
12330
12330
ios_base::openmode mode = ios_base::in | ios_base::out);
12331
12331
void open(
12332
12332
const filesystem::path::value_type* s,
12333
- ios_base::openmode mode = ios_base::in| ios_base::out); // wide systems only; see \ref{fstream.syn}
12333
+ ios_base::openmode mode = ios_base::in | ios_base::out); // wide systems only; see \ref{fstream.syn}
12334
12334
void open(
12335
12335
const string& s,
12336
12336
ios_base::openmode mode = ios_base::in | ios_base::out);
You can’t perform that action at this time.
0 commit comments