Strict checking disabled
authordeba
Fri, 03 Nov 2006 14:14:05 +0000
changeset 228903e4d2128efe
parent 2288 ef8af928c54e
child 2290 f30867b359a8
Strict checking disabled
lemon/bits/debug_map.h
     1.1 --- a/lemon/bits/debug_map.h	Tue Oct 31 15:57:53 2006 +0000
     1.2 +++ b/lemon/bits/debug_map.h	Fri Nov 03 14:14:05 2006 +0000
     1.3 @@ -66,7 +66,7 @@
     1.4  
     1.5    public:
     1.6  
     1.7 -    static const bool strictCheck = true;
     1.8 +    static const bool strictCheck = false;
     1.9  
    1.10      struct MapError {
    1.11      public: