equal
deleted
inserted
replaced
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() { |