mirror of
https://github.com/boostorg/io.git
synced 2025-06-25 03:51:36 +02:00
Merge branch 'develop'
This commit is contained in:
@ -107,10 +107,9 @@ ostream_joiner& operator=(const T& value);
|
||||
```
|
||||
|
||||
[.specification]
|
||||
Effects::
|
||||
* If the is the first call to this member function, write the stored delimiter
|
||||
to the stored stream reference.
|
||||
* Writes `value` to the stored stream reference.
|
||||
Effects:: If the is the first call to this member function, write the stored
|
||||
delimiter to the stored stream reference. Writes `value` to the stored stream
|
||||
reference.
|
||||
Returns:: `*this`.
|
||||
|
||||
```
|
||||
|
Reference in New Issue
Block a user