Update of /cvsroot/boost/boost/libs/serialization/doc
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv20489

Modified Files:
      Tag: RC_1_34_0
        archive_reference.html 
Log Message:
clarify role of common.hpp

Index: archive_reference.html
===================================================================
RCS file: /cvsroot/boost/boost/libs/serialization/doc/archive_reference.html,v
retrieving revision 1.8.2.1
retrieving revision 1.8.2.2
diff -u -d -r1.8.2.1 -r1.8.2.2
--- archive_reference.html      5 Apr 2006 04:54:54 -0000       1.8.2.1
+++ archive_reference.html      4 Jun 2006 15:13:44 -0000       1.8.2.2
@@ -43,7 +43,8 @@
 Our archives have been factored in to a tree of classes in order to minimize
 repetition of code.  This is shown in the accompanying 
 <a target="class_diagram" href="class_diagram.html">class diagram</a>.
-All input archives should be derived from the following template:
+In order to diminish code repetition, input archives included with this 
library 
+have all been derived from the following template:
 <pre><code>
 template&lt;class Archive&gt;
 detail::common_iarchive;



_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to