tmp/tmpr_2uak2f/{from.md → to.md}
RENAMED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
-
#### Standard manipulators <a id="ostream.manip">[[ostream.manip]]</a>
|
| 2 |
|
| 3 |
Each instantiation of any of the function templates specified in this
|
| 4 |
subclause is a designated addressable function [[namespace.std]].
|
| 5 |
|
| 6 |
``` cpp
|
|
@@ -42,11 +42,11 @@ of exposition, calls `buf->set_emit_on_sync(true)`. Otherwise this
|
|
| 42 |
manipulator has no effect.
|
| 43 |
|
| 44 |
[*Note 1*: To work around the issue that the `Allocator` template
|
| 45 |
argument cannot be deduced, implementations can introduce an
|
| 46 |
intermediate base class to `basic_syncbuf` that manages its
|
| 47 |
-
|
| 48 |
|
| 49 |
*Returns:* `os`.
|
| 50 |
|
| 51 |
``` cpp
|
| 52 |
template<class charT, class traits>
|
|
|
|
| 1 |
+
#### Standard `basic_ostream` manipulators <a id="ostream.manip">[[ostream.manip]]</a>
|
| 2 |
|
| 3 |
Each instantiation of any of the function templates specified in this
|
| 4 |
subclause is a designated addressable function [[namespace.std]].
|
| 5 |
|
| 6 |
``` cpp
|
|
|
|
| 42 |
manipulator has no effect.
|
| 43 |
|
| 44 |
[*Note 1*: To work around the issue that the `Allocator` template
|
| 45 |
argument cannot be deduced, implementations can introduce an
|
| 46 |
intermediate base class to `basic_syncbuf` that manages its
|
| 47 |
+
*emit-on-sync* flag. — *end note*]
|
| 48 |
|
| 49 |
*Returns:* `os`.
|
| 50 |
|
| 51 |
``` cpp
|
| 52 |
template<class charT, class traits>
|