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
3ca08063
Commit
3ca08063
authored
Oct 22, 2015
by
Davis King
Browse files
merged
parents
c2b66ecc
af6163d9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
dlib/hash_map/hash_map_kernel_c.h
dlib/hash_map/hash_map_kernel_c.h
+1
-1
docs/makerel
docs/makerel
+1
-1
No files found.
dlib/hash_map/hash_map_kernel_c.h
View file @
3ca08063
...
@@ -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
...
...
docs/makerel
View file @
3ca08063
...
@@ -36,8 +36,8 @@ set_dlib_version PATCH 0
...
@@ -36,8 +36,8 @@ set_dlib_version PATCH 0
RELEASE
=
${
MAJOR_NUM
}
.
${
MINOR_NUM
}
RELEASE
=
${
MAJOR_NUM
}
.
${
MINOR_NUM
}
# Commit changes to the version numbers so that the makedocs script will use them.
# Commit changes to the version numbers so that the makedocs script will use them.
echo
Create Mercurial tags and commit release
echo
Create Mercurial tags and commit release
hg tag v
$RELEASE
||
report_failure
hg commit
-m
"Created release v
$RELEASE
"
||
report_failure
hg commit
-m
"Created release v
$RELEASE
"
||
report_failure
hg tag v
$RELEASE
||
report_failure
./makedocs makerel
||
exit
1
./makedocs makerel
||
exit
1
...
...
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