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
cb7cfec1
Commit
cb7cfec1
authored
Sep 22, 2011
by
Davis King
Browse files
changed to avoid a compiler error
parent
fdc89507
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
dlib/svm/sequence_labeler.h
dlib/svm/sequence_labeler.h
+2
-2
No files found.
dlib/svm/sequence_labeler.h
View file @
cb7cfec1
...
...
@@ -65,7 +65,7 @@ namespace dlib
>
struct
hrlh_helper
{
typedef
double
type
;
typedef
char
type
;
};
template
<
typename
T
>
...
...
@@ -88,7 +88,7 @@ namespace dlib
};
template
<
typename
T
>
struct
has_reject_labeling
<
T
,
typename
dlib
::
enable_if_c
<
sizeof
(
dlib
::
impl
::
has_reject_labeling_helper
<
T
>
(
2.2
))
==
1
>::
type
>
struct
has_reject_labeling
<
T
,
typename
dlib
::
enable_if_c
<
sizeof
(
dlib
::
impl
::
has_reject_labeling_helper
<
T
>
(
'a'
))
==
1
>::
type
>
{
static
const
bool
value
=
true
;
};
...
...
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