diff --git a/doc/io.adoc b/doc/io.adoc index 72b200b..a4742a5 100644 --- a/doc/io.adoc +++ b/doc/io.adoc @@ -18,8 +18,11 @@ This library contains various utilities for the standard I/O library. :leveloffset: +1 include::ios_state.adoc[] + include::quoted.adoc[] + include::ostream_joiner.adoc[] + include::ostream_put.adoc[] :leveloffset: -1 diff --git a/doc/ios_state.adoc b/doc/ios_state.adoc index c3f64d7..167407d 100644 --- a/doc/ios_state.adoc +++ b/doc/ios_state.adoc @@ -308,6 +308,10 @@ test file `ios_state_test.cpp`. ## History +### 20 Dec 2019 + +Glen Fernandes made all the saver classes non-copyable. + ### 28 Feb 2005 Daryle Walker added the restore member functions, based on suggestions by