Update of /cvsroot/boost/boost/boost/bimap/views
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv1017/views

Modified Files:
        unconstrained_map_view.hpp 
Log Message:
fix const_reference, add range_type

Index: unconstrained_map_view.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/bimap/views/unconstrained_map_view.hpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- unconstrained_map_view.hpp  25 May 2007 01:07:09 -0000      1.1
+++ unconstrained_map_view.hpp  26 May 2007 02:49:08 -0000      1.2
@@ -30,6 +30,9 @@
     public:
     template< class T >
     unconstrained_map_view(const T & t) {}
+
+    typedef void reference;
+    typedef void const_reference;
 };
 
 } // namespace views


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

Reply via email to