# HG changeset patch # User deba # Date 1162563245 0 # Node ID 03e4d2128efe2d126ed96595bb34e7d112082525 # Parent ef8af928c54ea8a0ca9fe3d70f483bab7b979ffd Strict checking disabled diff -r ef8af928c54e -r 03e4d2128efe lemon/bits/debug_map.h --- a/lemon/bits/debug_map.h Tue Oct 31 15:57:53 2006 +0000 +++ b/lemon/bits/debug_map.h Fri Nov 03 14:14:05 2006 +0000 @@ -66,7 +66,7 @@ public: - static const bool strictCheck = true; + static const bool strictCheck = false; struct MapError { public: