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
47d118c1
Commit
47d118c1
authored
Nov 11, 2012
by
Davis King
Browse files
updated spec
parent
0aedc0d2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
dlib/optimization/find_max_parse_cky_abstract.h
dlib/optimization/find_max_parse_cky_abstract.h
+3
-0
No files found.
dlib/optimization/find_max_parse_cky_abstract.h
View file @
47d118c1
...
@@ -24,6 +24,9 @@ namespace dlib
...
@@ -24,6 +24,9 @@ namespace dlib
T
right_tag
;
T
right_tag
;
};
};
/*!A END_OF_TREE is used to indicate that parse_tree_element::left or
parse_tree_element::right doesn't point to another subtree.
!*/
const
unsigned
long
END_OF_TREE
=
0xFFFFFFFF
;
const
unsigned
long
END_OF_TREE
=
0xFFFFFFFF
;
template
<
typename
T
>
template
<
typename
T
>
...
...
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