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

Modified Files:
        basic_iarchive.cpp 
Log Message:
amplified comment

Index: basic_iarchive.cpp
===================================================================
RCS file: /cvsroot/boost/boost/libs/serialization/src/basic_iarchive.cpp,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- basic_iarchive.cpp  4 Oct 2006 05:35:09 -0000       1.22
+++ basic_iarchive.cpp  16 Jul 2007 16:39:03 -0000      1.23
@@ -79,9 +79,6 @@
 
     //////////////////////////////////////////////////////////////////////
     // used to implement the reset_object_address operation.
-    // list of objects which might be moved. We use a vector for implemenation
-    // in the hope the the truncation operation will be faster than either
-    // with a list or stack adaptor
     object_id_type moveable_objects_start;
     object_id_type moveable_objects_end;
     object_id_type moveable_objects_recent;


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to