added an additional comment to sm_trie_tpl

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401393
This commit is contained in:
David Anderson 2007-08-29 02:43:02 +00:00
parent d614744b2d
commit b8b6a1a2bd

View File

@ -35,7 +35,9 @@
#include "sm_trie.h"
/**
* See sm_trie.h for the main implementation, this is a quick templatized version.
* See sm_trie.cpp for the main implementation, this is a quick templatized version.
* Once this is deemed to be stable I will reduce sm_trie.cpp to a wrapper around the
* template.
*/
template <typename K>