Fixed potential compile time error.

This commit is contained in:
Davis King 2015-10-12 20:07:16 -04:00
parent 13877f5456
commit af6163d9a2

View File

@ -218,7 +218,7 @@ namespace dlib
) const
{
// 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[]"
<< "\n\td must be in the domain of the hash_map"
<< "\n\tthis: " << this