Update of /cvsroot/boost/boost/boost/bimap/relation/detail
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv694/relation/detail

Modified Files:
        to_mutable_relation_functor.hpp 
Log Message:
info hook support

Index: to_mutable_relation_functor.hpp
===================================================================
RCS file: 
/cvsroot/boost/boost/boost/bimap/relation/detail/to_mutable_relation_functor.hpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- to_mutable_relation_functor.hpp     25 May 2007 01:07:07 -0000      1.1
+++ to_mutable_relation_functor.hpp     31 May 2007 07:01:34 -0000      1.2
@@ -40,11 +40,11 @@
     }
 };
 
-template< class Tag, class TA, class TB >
+template< class Tag, class TA, class TB, class Info >
 struct pair_to_relation_functor<
-    Tag,::boost::bimaps::relation::mutant_relation<TA,TB,true> >
+    Tag,::boost::bimaps::relation::mutant_relation<TA,TB,Info,true> >
 {
-    typedef ::boost::bimaps::relation::mutant_relation<TA,TB,true> Relation;
+    typedef ::boost::bimaps::relation::mutant_relation<TA,TB,Info,true> 
Relation;
 
     Relation &
         operator()( BOOST_DEDUCED_TYPENAME ::boost::bimaps::relation::support::
@@ -74,10 +74,10 @@
     }
 };
 
-template< class TA, class TB >
-struct get_mutable_relation_functor< 
::boost::bimaps::relation::mutant_relation<TA,TB,true> >
+template< class TA, class TB, class Info >
+struct get_mutable_relation_functor< 
::boost::bimaps::relation::mutant_relation<TA,TB,Info,true> >
 {
-    typedef ::boost::bimaps::relation::mutant_relation<TA,TB,true> Relation;
+    typedef ::boost::bimaps::relation::mutant_relation<TA,TB,Info,true> 
Relation;
 
     Relation &
     operator()( BOOST_DEDUCED_TYPENAME Relation::above_view & r ) const


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