Commit af6163d9 authored by Davis King's avatar Davis King

Fixed potential compile time error.

parent 13877f54
...@@ -218,7 +218,7 @@ namespace dlib ...@@ -218,7 +218,7 @@ namespace dlib
) const ) const
{ {
// make sure requires clause is not broken // make sure requires clause is not broken
DLIB_CASSERT( is_in_domain(d), DLIB_CASSERT( this->is_in_domain(d),
"\tconst range& hash_map::operator[]" "\tconst range& hash_map::operator[]"
<< "\n\td must be in the domain of the hash_map" << "\n\td must be in the domain of the hash_map"
<< "\n\tthis: " << this << "\n\tthis: " << this
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment