Thank you very much!
CS
> I tried to use BOOST_FOREACH with bimap but it doesn't compile.
..
> BOOST_FOREACH( BMapKIt it, myBimap) // this line doesnt'
...
Bimap is no different from any other container when it comes to FOREACH, you need "BMapVal v" not "BMapKlt it" in the macro.
_______________________________________________
Boost-users mailing list
Boost-users@lists.boost.org
http://lists.boost.org/mailman/listinfo.cgi/boost-users