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
1719f51e
Commit
1719f51e
authored
Jan 31, 2018
by
Davis King
Browse files
Fixed tabbing
parent
f6f744f7
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
13 deletions
+13
-13
dlib/algs.h
dlib/algs.h
+13
-13
No files found.
dlib/algs.h
View file @
1719f51e
...
...
@@ -836,7 +836,7 @@ namespace dlib
template
<
long
x
,
long
y
>
struct
tmin
<
x
,
y
,
typename
enable_if_c
<
(
y
<
x
)
>::
type
>
{
const
static
long
value
=
y
;
};
// ----------------------------------------------------------------------------------------
// ----------------------------------------------------------------------------------------
#define DLIB_MAKE_HAS_MEMBER_FUNCTION_TEST(testname, returnT, funct_name, args) \
struct _two_bytes_##testname { char a[2]; }; \
...
...
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