From a6b31015c6b5949ff34b2b47eb027d3301a9b430 Mon Sep 17 00:00:00 2001 From: Glen Fernandes Date: Sat, 14 Dec 2019 01:32:58 -0500 Subject: [PATCH] Update quoted documentation --- doc/io.adoc | 1 - doc/quoted.adoc | 8 ++++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/doc/io.adoc b/doc/io.adoc index b535100..6685efe 100644 --- a/doc/io.adoc +++ b/doc/io.adoc @@ -19,7 +19,6 @@ library. :leveloffset: +1 include::ios_state.adoc[] -include::quoted.adoc[] :leveloffset: -1 diff --git a/doc/quoted.adoc b/doc/quoted.adoc index 19a0eab..d82120c 100644 --- a/doc/quoted.adoc +++ b/doc/quoted.adoc @@ -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.