Update of /cvsroot/boost/boost/libs/bimap/test
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv653
Modified Files:
test_bimap_ordered.cpp test_bimap_project.cpp
test_bimap_unordered.cpp
Log Message:
tagged< set_of< X >, T > --> set_of< tagged< X,T > >
Index: test_bimap_ordered.cpp
===================================================================
RCS file: /cvsroot/boost/boost/libs/bimap/test/test_bimap_ordered.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- test_bimap_ordered.cpp 26 May 2007 03:10:54 -0000 1.2
+++ test_bimap_ordered.cpp 1 Jun 2007 03:29:32 -0000 1.3
@@ -79,8 +79,8 @@
{
typedef bimap
<
- tagged< multiset_of<int> , left_tag >,
- tagged< multiset_of<double>, right_tag >,
+ multiset_of< tagged<int>, left_tag > >,
+ multiset_of< tagged<double>, right_tag > >,
multiset_of_relation< std::less< _relation > >
> bm_type;
Index: test_bimap_project.cpp
===================================================================
RCS file: /cvsroot/boost/boost/libs/bimap/test/test_bimap_project.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- test_bimap_project.cpp 25 May 2007 01:07:12 -0000 1.1
+++ test_bimap_project.cpp 1 Jun 2007 03:29:32 -0000 1.2
@@ -35,8 +35,8 @@
{
typedef bimap
<
- tagged< int , left_tag >,
- tagged< list_of<std::string>, right_tag >
+ tagged< int , left_tag >,
+ list_of< tagged< lstd::string, right_tag > >
> bm_type;
Index: test_bimap_unordered.cpp
===================================================================
RCS file: /cvsroot/boost/boost/libs/bimap/test/test_bimap_unordered.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- test_bimap_unordered.cpp 25 May 2007 01:07:12 -0000 1.1
+++ test_bimap_unordered.cpp 1 Jun 2007 03:29:32 -0000 1.2
@@ -86,8 +86,8 @@
//--------------------------------------------------------------------
{
typedef bimap<
- tagged< unordered_set_of<char> , left_tag >,
- tagged< unordered_multiset_of<std::string>, right_tag >
+ unordered_set_of< tagged< char , left_tag > >,
+ unordered_multiset_of< tagged< std::string, right_tag > >
> bm_type;
-------------------------------------------------------------------------
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