From fc3d47b81448c7537ed7951aea81ddcbd95bc18a Mon Sep 17 00:00:00 2001 From: Paul Baltescu Date: Mon, 13 May 2013 22:32:44 +0100 Subject: Replace > > with >>. --- extractor/matchings_trie.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extractor/matchings_trie.h') diff --git a/extractor/matchings_trie.h b/extractor/matchings_trie.h index 1fb29693..3bd146d1 100644 --- a/extractor/matchings_trie.h +++ b/extractor/matchings_trie.h @@ -39,7 +39,7 @@ struct TrieNode { shared_ptr suffix_link; Phrase phrase; PhraseLocation matchings; - unordered_map > children; + unordered_map> children; }; /** -- cgit v1.2.3