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
4b289437
Commit
4b289437
authored
Jan 28, 2015
by
Davis King
Browse files
Fixed spelling error in comment
parent
a9c5c98d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
dlib/assert.h
dlib/assert.h
+1
-1
No files found.
dlib/assert.h
View file @
4b289437
...
@@ -65,7 +65,7 @@ namespace dlib
...
@@ -65,7 +65,7 @@ namespace dlib
#define DLIB_NO_WARN_UNUSED
#define DLIB_NO_WARN_UNUSED
#endif
#endif
// Use the newer static_assert if it's avaiable since it produces much more readable error
// Use the newer static_assert if it's avai
l
able since it produces much more readable error
// messages.
// messages.
#ifdef DLIB_HAS_STATIC_ASSERT
#ifdef DLIB_HAS_STATIC_ASSERT
#define COMPILE_TIME_ASSERT(expression) static_assert(expression, "Failed assertion")
#define COMPILE_TIME_ASSERT(expression) static_assert(expression, "Failed assertion")
...
...
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