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

Modified Files:
      Tag: RC_1_34_0
        special.html 
Log Message:
clarify text

Index: special.html
===================================================================
RCS file: /cvsroot/boost/boost/libs/serialization/doc/special.html,v
retrieving revision 1.10.2.1
retrieving revision 1.10.2.2
diff -u -d -r1.10.2.1 -r1.10.2.2
--- special.html        5 Apr 2006 04:54:57 -0000       1.10.2.1
+++ special.html        4 Jun 2006 15:14:51 -0000       1.10.2.2
@@ -179,6 +179,9 @@
   <li>The header <a href="../../../boost/serialization/export.hpp" 
target="export_hpp">export.hpp</a>
   builds a list of archive classes whose header modules have been previously 
included.  
   It does this by checking to see which inclusion guard constants have been 
defined.
+  The header <a 
href="../../../boost/serialization/detail/known_archive_types.hpp" 
target="known_archive_types_hpp">known_archive_types.hpp</a>
+  lists the archive header files which whose include guards will be checked.  
If you create your own
+  archive class, you probably want to edit this file.
   <li><code style="white-space: normal">BOOST_CLASS_EXPORT(my_class)</code> 
explicitly instantiates
   serialization code for <code style="white-space: normal">my_class</code> for 
each archive in the list.
 </ul>



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

Reply via email to