aboutsummaryrefslogtreecommitdiff
path: root/trie.h
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@hornquist.se>2019-02-22 14:39:34 +0100
committerHugo Hörnquist <hugo@hornquist.se>2019-02-22 14:39:34 +0100
commita608b90f8c146430803871e20d043b60a278248b (patch)
tree194e6e80cd5403cc64d1e4915f9be45a462d3918 /trie.h
parentstrbuf (diff)
downloadcalp-a608b90f8c146430803871e20d043b60a278248b.tar.gz
calp-a608b90f8c146430803871e20d043b60a278248b.tar.xz
rest
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"