Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dlib
Commits
af6163d9
Commit
af6163d9
authored
Oct 12, 2015
by
Davis King
Browse files
Fixed potential compile time error.
parent
13877f54
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
dlib/hash_map/hash_map_kernel_c.h
dlib/hash_map/hash_map_kernel_c.h
+1
-1
No files found.
dlib/hash_map/hash_map_kernel_c.h
View file @
af6163d9
...
@@ -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
),
"
\t
const range& hash_map::operator[]"
"
\t
const range& hash_map::operator[]"
<<
"
\n\t
d must be in the domain of the hash_map"
<<
"
\n\t
d must be in the domain of the hash_map"
<<
"
\n\t
this: "
<<
this
<<
"
\n\t
this: "
<<
this
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment