From 1d96c9c9c521edfca1d10e4d8c5064f79fda3ec5 Mon Sep 17 00:00:00 2001 From: Paul Baltescu Date: Mon, 13 May 2013 22:32:44 +0100 Subject: Replace > > with >>. --- extractor/fast_intersector.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extractor/fast_intersector.h') diff --git a/extractor/fast_intersector.h b/extractor/fast_intersector.h index f950a2a9..2819d239 100644 --- a/extractor/fast_intersector.h +++ b/extractor/fast_intersector.h @@ -11,7 +11,7 @@ using namespace std; namespace extractor { -typedef boost::hash > VectorHash; +typedef boost::hash> VectorHash; typedef unordered_map, vector, VectorHash> Index; class Phrase; -- cgit v1.2.3