lemon/bits/debug_map.h
changeset 2289 03e4d2128efe
parent 2260 4274224f8a7d
child 2333 8070a099ffb6
equal deleted inserted replaced
1:1f9955961c82 2:f50beccdebf3
    64     /// The container type of the debug flags.
    64     /// The container type of the debug flags.
    65     typedef std::vector<bool> Flag;	
    65     typedef std::vector<bool> Flag;	
    66 
    66 
    67   public:
    67   public:
    68 
    68 
    69     static const bool strictCheck = true;
    69     static const bool strictCheck = false;
    70 
    70 
    71     struct MapError {
    71     struct MapError {
    72     public:
    72     public:
    73       virtual ~MapError() {}
    73       virtual ~MapError() {}
    74       virtual const char* what() const throw() {
    74       virtual const char* what() const throw() {