
I would like to commit attached patch to bimap to silence a few of the many warning I get when using bimap. Any objections? Regards, Markus Index: bimap/detail/set_view_iterator.hpp =================================================================== --- bimap/detail/set_view_iterator.hpp (revision 40457) +++ bimap/detail/set_view_iterator.hpp (working copy) @@ -86,7 +86,7 @@ // Serialization support - BOOST_SERIALIZATION_SPLIT_MEMBER(); + BOOST_SERIALIZATION_SPLIT_MEMBER() friend class ::boost::serialization::access; @@ -162,7 +162,7 @@ // Serialization support - BOOST_SERIALIZATION_SPLIT_MEMBER(); + BOOST_SERIALIZATION_SPLIT_MEMBER() friend class ::boost::serialization::access; Index: bimap/detail/map_view_iterator.hpp =================================================================== --- bimap/detail/map_view_iterator.hpp (revision 40457) +++ bimap/detail/map_view_iterator.hpp (working copy) @@ -88,7 +88,7 @@ // Serialization support - BOOST_SERIALIZATION_SPLIT_MEMBER(); + BOOST_SERIALIZATION_SPLIT_MEMBER() friend class ::boost::serialization::access; @@ -169,7 +169,7 @@ // Serialization support - BOOST_SERIALIZATION_SPLIT_MEMBER(); + BOOST_SERIALIZATION_SPLIT_MEMBER() friend class ::boost::serialization::access; Index: bimap/relation/member_at.hpp =================================================================== --- bimap/relation/member_at.hpp (revision 40457) +++ bimap/relation/member_at.hpp (working copy) @@ -63,12 +63,10 @@ struct info {}; -}; +} } // namespace relation } // namespace bimaps } // namespace boost #endif // BOOST_BIMAP_RELATION_MEMBER_AT_HPP - -