File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 6695
6695
If \tcode {os.rdbuf()} is a
6696
6696
\tcode {basic_osyncbuf<charT, traits, Allocator>*} \tcode {buf},
6697
6697
calls \tcode {buf->set_emit_on_sync(true)}.
6698
- Otherwise this manipulator has no effect.
6698
+ Otherwise this manipulator has no effect.
6699
6699
\begin {note }
6700
6700
To work around the issue that the
6701
6701
\tcode {Allocator} template argument can not be deduced,
6720
6720
If \tcode {os.rdbuf()} is a
6721
6721
\tcode {basic_osyncbuf<charT, traits, Allocator>*} \tcode {buf},
6722
6722
calls \tcode {buf->set_emit_on_sync(false)}.
6723
- Otherwise this manipulator has no effect.
6723
+ Otherwise this manipulator has no effect.
6724
6724
6725
6725
\pnum
6726
6726
\returns
6738
6738
\effects
6739
6739
\tcode {os.flush()}.
6740
6740
Then, if \tcode {os.rdbuf()} is a
6741
- \tcode {basic_osyncbuf<charT, traits, Allocator>*} \tcode {buf},
6742
- calls \tcode {buf->emit()}.
6743
-
6741
+ \tcode {basic_osyncbuf<charT, traits, Allocator>*} \tcode {buf},
6742
+ calls \tcode {buf->emit()}.
6743
+
6744
6744
\pnum
6745
6745
\returns
6746
6746
\tcode {os}.
You can’t perform that action at this time.
0 commit comments