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

Lemon SVN svn at lemon.cs.elte.hu
Mon Nov 6 21:52:05 CET 2006


Author: deba
Date: Fri Nov  3 15:14:05 2006
New Revision: 3054

Modified:
   hugo/trunk/lemon/bits/debug_map.h

Log:
Strict checking disabled



Modified: hugo/trunk/lemon/bits/debug_map.h
==============================================================================
--- hugo/trunk/lemon/bits/debug_map.h	(original)
+++ hugo/trunk/lemon/bits/debug_map.h	Fri Nov  3 15:14:05 2006
@@ -66,7 +66,7 @@
 
   public:
 
-    static const bool strictCheck = true;
+    static const bool strictCheck = false;
 
     struct MapError {
     public:



More information about the Lemon-commits mailing list