From d484433d9ad566076b7d078c77443ce7841f4f3e Mon Sep 17 00:00:00 2001 From: graehl Date: Fri, 16 Jul 2010 22:08:37 +0000 Subject: smallvector template git-svn-id: https://ws10smt.googlecode.com/svn/trunk@302 ec762483-ff6d-05da-a07a-a48fb63a330f --- decoder/hg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'decoder/hg.h') diff --git a/decoder/hg.h b/decoder/hg.h index a21a7acf..53b5a53d 100644 --- a/decoder/hg.h +++ b/decoder/hg.h @@ -22,7 +22,7 @@ class Hypergraph { Hypergraph() : is_linear_chain_(false) {} // SmallVector is a fast, small vector implementation for sizes <= 2 - typedef SmallVector TailNodeVector; + typedef SmallVectorInt TailNodeVector; // TODO get rid of cat_? // TODO keep cat_ and add span and/or state? :) -- cgit v1.2.3