compile error in gcc 4.4

This commit is contained in:
hieu 2014-07-30 18:01:51 +01:00
parent 8d7871125f
commit 5741ef2635

View File

@ -143,7 +143,7 @@ namespace Moses {
uint32_t ofwd[po_other+1], obwd[po_other+1]; uint32_t ofwd[po_other+1], obwd[po_other+1];
// typedef typename boost::unordered_map<uint64_t, jstats> trg_map_t; // 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; trg_map_t trg;
pstats(); pstats();
~pstats(); ~pstats();