Update quoted documentation

This commit is contained in:
Glen Fernandes
2019-12-14 01:32:58 -05:00
parent ec89e7ad9f
commit a6b31015c6
2 changed files with 8 additions and 1 deletions

View File

@ -19,7 +19,6 @@ library.
:leveloffset: +1
include::ios_state.adoc[]
include::quoted.adoc[]
:leveloffset: -1

View File

@ -129,3 +129,11 @@ Remarks:: `string`, `escape`, and `delim` have the type and value of the
corresponding arguments of the call to the `quoted` function that constructed
`proxy`.
Returns:: `is`.
## Acknowledgements
The `quoted()` stream manipulator emerged from discussions on the Boost
developers mailing list. Participants included Beman Dawes, Rob Stewart,
Alexander Lamaison, Eric Niebler, Vicente Botet, Andrey Semashev,
Phil Richards, and Rob Murray. Eric Niebler's suggestions provided the basis
for the name and form of the templates.