diff options
author | graehl <graehl@ec762483-ff6d-05da-a07a-a48fb63a330f> | 2010-08-21 03:57:32 +0000 |
---|---|---|
committer | graehl <graehl@ec762483-ff6d-05da-a07a-a48fb63a330f> | 2010-08-21 03:57:32 +0000 |
commit | 485344fc8bceacaeec7272347b1eb2923738014b (patch) | |
tree | aa5854f28fe739a47465098a12dc6c39a49c3012 /decoder | |
parent | ca9c1f40cad1f99f00beb2871dc50bf7222d44d4 (diff) |
intern pool, agenda
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@613 ec762483-ff6d-05da-a07a-a48fb63a330f
Diffstat (limited to 'decoder')
-rwxr-xr-x | decoder/apply_fsa_models.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/decoder/apply_fsa_models.cc b/decoder/apply_fsa_models.cc index f9c94ec3..c958f7c4 100755 --- a/decoder/apply_fsa_models.cc +++ b/decoder/apply_fsa_models.cc @@ -291,7 +291,7 @@ struct ItemP { struct Chart { //Agenda<Item> a; - //typedef HASH_MAP(Item,ItemP,boost::hash<Item>) Items; + //typedef HASH_MAP<Item,ItemP,boost::hash<Item> > Items; //typedef Items::iterator FindItem; //typedef std::pair<FindItem,bool> InsertItem; // Items items; |