From 6dd527bf78683b7990f2480c024574be0e8654dd Mon Sep 17 00:00:00 2001 From: Glen Fernandes Date: Fri, 20 Dec 2019 08:32:57 -0500 Subject: [PATCH] Update documentation --- doc/io.adoc | 3 +++ doc/ios_state.adoc | 4 ++++ 2 files changed, 7 insertions(+) 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