Update of /cvsroot/boost/boost/boost/asio/detail
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv15658

Modified Files:
        hash_map.hpp 
Log Message:
Fix libstdc++ debug error.


Index: hash_map.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/asio/detail/hash_map.hpp,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- hash_map.hpp        9 Feb 2007 06:44:12 -0000       1.4
+++ hash_map.hpp        7 Apr 2007 08:48:12 -0000       1.5
@@ -50,7 +50,7 @@
 {
 public:
   // The type of a value in the map.
-  typedef std::pair<const K, V> value_type;
+  typedef std::pair<K, V> value_type;
 
   // The type of a non-const iterator over the hash map.
   typedef typename std::list<value_type>::iterator iterator;


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to