mirror of
https://github.com/moses-smt/mosesdecoder.git
synced 2024-12-29 23:12:41 +03:00
changes to resolve compilation issue with g++.4.4.7
This commit is contained in:
parent
07c8614877
commit
c013dbbabe
@ -44,7 +44,7 @@ using namespace boost::algorithm;
|
||||
namespace Moses
|
||||
{
|
||||
|
||||
typename PhraseDictionaryCompact::SentenceCache PhraseDictionaryCompact::m_sentenceCache;
|
||||
PhraseDictionaryCompact::SentenceCache PhraseDictionaryCompact::m_sentenceCache;
|
||||
|
||||
PhraseDictionaryCompact::PhraseDictionaryCompact(const std::string &line)
|
||||
:PhraseDictionary(line, true)
|
||||
|
@ -25,7 +25,7 @@ namespace Moses
|
||||
{
|
||||
|
||||
|
||||
boost::thread_specific_ptr<typename TargetPhraseCollectionCache::CacheMap>
|
||||
boost::thread_specific_ptr<TargetPhraseCollectionCache::CacheMap>
|
||||
TargetPhraseCollectionCache::m_phraseCache;
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user