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 1230512305 ios_base::openmode mode = ios_base::in | ios_base::out);
1230612306 explicit basic_fstream(
1230712307 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}
1230912309 explicit basic_fstream(
1231012310 const string& s,
1231112311 ios_base::openmode mode = ios_base::in | ios_base::out);
1233012330 ios_base::openmode mode = ios_base::in | ios_base::out);
1233112331 void open(
1233212332 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}
1233412334 void open(
1233512335 const string& s,
1233612336 ios_base::openmode mode = ios_base::in | ios_base::out);
You can’t perform that action at this time.
0 commit comments