aboutsummaryrefslogtreecommitdiff
path: root/trie.h
diff options
context:
space:
mode:
Diffstat (limited to 'trie.h')
-rw-r--r--trie.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/trie.h b/trie.h
index 0ce21c06..5145957e 100644
--- a/trie.h
+++ b/trie.h
@@ -38,8 +38,8 @@ template<class T> struct trie {
// FMT_F(TRIE_NODE(TYPE));
// FMT_F(TRIE(TYPE));
-extern template struct trie<content_line>;
-extern template struct trie_node<content_line>;
+// extern template struct trie<content_line>;
+// extern template struct trie_node<content_line>;
#include "trie.c.inc"