Update of /cvsroot/boost/boost/boost/bimap/relation
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv1108/relation
Modified Files:
mutant_relation.hpp
Log Message:
tagged< set_of< X >, T > --> set_of< tagged< X,T > >
Index: mutant_relation.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/bimap/relation/mutant_relation.hpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- mutant_relation.hpp 31 May 2007 07:01:34 -0000 1.2
+++ mutant_relation.hpp 1 Jun 2007 03:31:00 -0000 1.3
@@ -54,8 +54,12 @@
{
typedef symmetrical_base<LeftType,RightType,force_mutable> base_;
+ typedef relation_storage storage_;
+
public:
+ typedef relation_storage<LeftType,RightType,false> non_mutable_storage;
+
typedef ::boost::mpl::vector2
<
relation_storage< LeftType, RightType, true >,
@@ -63,7 +67,7 @@
> mutant_views;
- typedef relation_storage storage_;
+
//@{
/// data
-------------------------------------------------------------------------
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