[Lemon-commits] [lemon_svn] jacint: r695 - hugo/trunk/src/include
Lemon SVN
svn at lemon.cs.elte.hu
Mon Nov 6 20:41:00 CET 2006
Author: jacint
Date: Tue May 4 18:17:17 2004
New Revision: 695
Modified:
hugo/trunk/src/include/maps.h
Log:
Adding update() to NullMap
Modified: hugo/trunk/src/include/maps.h
==============================================================================
--- hugo/trunk/src/include/maps.h (original)
+++ hugo/trunk/src/include/maps.h Tue May 4 18:17:17 2004
@@ -26,6 +26,9 @@
T operator[](const K&) const { return T(); }
void set(const K&, const T&) {}
+ ///\bug when update is removed from map concepts by being dynamic
+ ///stuffs, this line have to be removed.
+ void update() { }
};
More information about the Lemon-commits
mailing list