mirror of
https://github.com/davisking/dlib.git
synced 2024-11-01 10:14:53 +08:00
Fixed potential compile time error.
This commit is contained in:
parent
13877f5456
commit
af6163d9a2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user