diff options
author | graehl <graehl@ec762483-ff6d-05da-a07a-a48fb63a330f> | 2010-07-16 22:08:37 +0000 |
---|---|---|
committer | graehl <graehl@ec762483-ff6d-05da-a07a-a48fb63a330f> | 2010-07-16 22:08:37 +0000 |
commit | 4585ad148b36aa737eb3d34da4f3e79da657a258 (patch) | |
tree | 88a52d350891c5dc4e7e00ae5aa33190a447a4c7 /decoder/hg.h | |
parent | 294d3c970e361518077e153267e60806352cc208 (diff) |
smallvector template
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@302 ec762483-ff6d-05da-a07a-a48fb63a330f
Diffstat (limited to 'decoder/hg.h')
-rw-r--r-- | decoder/hg.h | 2 |
1 files changed, 1 insertions, 1 deletions
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<int> implementation for sizes <= 2 - typedef SmallVector TailNodeVector; + typedef SmallVectorInt TailNodeVector; // TODO get rid of cat_? // TODO keep cat_ and add span and/or state? :) |