erikerlandson / st_tree

A fast and flexible c++ template class for tree data structures
https://github.com/erikerlandson/st_tree/wiki
Apache License 2.0
95 stars 20 forks source link

get rid of need for redundant template params <node_type, value_type> in traversal iterators #7

Closed erikerlandson closed 13 years ago

erikerlandson commented 13 years ago

Low priority since it seems to work OK, but there ought to be a way to clean that up on general principle.