mirror of https://github.com/davisking/dlib.git
updated spec
This commit is contained in:
parent
0aedc0d2f2
commit
47d118c1a7
|
@ -24,6 +24,9 @@ namespace dlib
|
|||
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;
|
||||
|
||||
template <typename T>
|
||||
|
|
Loading…
Reference in New Issue