[Lemon-commits] [lemon_svn] deba: r2331 - hugo/trunk/lemon

Lemon SVN svn at lemon.cs.elte.hu
Mon Nov 6 20:51:51 CET 2006


Author: deba
Date: Mon Nov 14 19:36:45 2005
New Revision: 2331

Modified:
   hugo/trunk/lemon/traits.h

Log:
Bug fix



Modified: hugo/trunk/lemon/traits.h
==============================================================================
--- hugo/trunk/lemon/traits.h	(original)
+++ hugo/trunk/lemon/traits.h	Mon Nov 14 19:36:45 2005
@@ -100,8 +100,8 @@
     typedef typename Map::Key Key;
     typedef typename Map::Value Value;
 
-    typedef Value ConstReturnValue;
-    typedef Value& ReturnValue;
+    typedef const Value ConstReturnValue;
+    typedef const Value ReturnValue;
   };
 
   template <typename Map>



More information about the Lemon-commits mailing list