Commit 47d118c1 authored by Davis King's avatar Davis King

updated spec

parent 0aedc0d2
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment