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 | 2972dc47d3e55f3785f4854cc86bd951a0dd32d4 (patch) | |
tree | 8c8194243ea81453218f34a3539126ac9e668e16 /decoder/apply_fsa_models.cc | |
parent | 0739f499287761abbcff3a3cf0e4c6ae3b0f1492 (diff) |
intern pool, agenda
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@613 ec762483-ff6d-05da-a07a-a48fb63a330f
Diffstat (limited to 'decoder/apply_fsa_models.cc')
-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; |