updated spec

This commit is contained in:
Davis King 2012-11-11 21:37:56 -05:00
parent 0aedc0d2f2
commit 47d118c1a7
1 changed files with 3 additions and 0 deletions

View File

@ -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>