Merge branch 'develop'

This commit is contained in:
Glen Fernandes
2019-12-17 21:23:26 -05:00

View File

@ -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`.
``` ```