Boost logo

Boost :

From: Markus Schöpflin (markus.schoepflin_at_[hidden])
Date: 2007-10-25 03:57:17


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


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk