mirror of
https://github.com/boostorg/io.git
synced 2025-07-29 11:57:14 +02:00
Workaround for asciidoctor-pdf
This commit is contained in:
@ -107,10 +107,9 @@ ostream_joiner& operator=(const T& value);
|
|||||||
```
|
```
|
||||||
|
|
||||||
[.specification]
|
[.specification]
|
||||||
Effects::
|
Effects:: If the is the first call to this member function, write the stored
|
||||||
* If the is the first call to this member function, write the stored delimiter
|
delimiter to the stored stream reference. Writes `value` to the stored stream
|
||||||
to the stored stream reference.
|
reference.
|
||||||
* Writes `value` to the stored stream reference.
|
|
||||||
Returns:: `*this`.
|
Returns:: `*this`.
|
||||||
|
|
||||||
```
|
```
|
||||||
|
Reference in New Issue
Block a user