mirror of
https://github.com/moses-smt/mosesdecoder.git
synced 2024-12-24 20:32:59 +03:00
compile error in gcc 4.4
This commit is contained in:
parent
8d7871125f
commit
5741ef2635
@ -143,7 +143,7 @@ namespace Moses {
|
||||
uint32_t ofwd[po_other+1], obwd[po_other+1];
|
||||
|
||||
// typedef typename boost::unordered_map<uint64_t, jstats> trg_map_t;
|
||||
typedef typename std::map<uint64_t, jstats> trg_map_t;
|
||||
typedef std::map<uint64_t, jstats> trg_map_t;
|
||||
trg_map_t trg;
|
||||
pstats();
|
||||
~pstats();
|
||||
|
Loading…
Reference in New Issue
Block a user