From 5741ef26359257c30d0353744942703a6d146283 Mon Sep 17 00:00:00 2001 From: hieu Date: Wed, 30 Jul 2014 18:01:51 +0100 Subject: [PATCH] compile error in gcc 4.4 --- moses/TranslationModel/UG/mm/ug_bitext.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/moses/TranslationModel/UG/mm/ug_bitext.h b/moses/TranslationModel/UG/mm/ug_bitext.h index 4cb34c02d..3393b5bf3 100644 --- a/moses/TranslationModel/UG/mm/ug_bitext.h +++ b/moses/TranslationModel/UG/mm/ug_bitext.h @@ -143,7 +143,7 @@ namespace Moses { uint32_t ofwd[po_other+1], obwd[po_other+1]; // typedef typename boost::unordered_map trg_map_t; - typedef typename std::map trg_map_t; + typedef std::map trg_map_t; trg_map_t trg; pstats(); ~pstats();