Update of /cvsroot/boost/boost/boost/bimap/container_adaptor
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv11884/container_adaptor

Modified Files:
        container_adaptor.hpp 
Log Message:
add swap

Index: container_adaptor.hpp
===================================================================
RCS file: 
/cvsroot/boost/boost/boost/bimap/container_adaptor/container_adaptor.hpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- container_adaptor.hpp       25 May 2007 01:07:05 -0000      1.1
+++ container_adaptor.hpp       26 May 2007 03:10:18 -0000      1.2
@@ -236,6 +236,11 @@
         );
     }
 
+    void swap( container_adaptor & c )
+    {
+        base().swap( c.base() );
+    }
+
     // Access to functors ----------------------------------------------------
 
     protected:


-------------------------------------------------------------------------
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