mirror of
https://github.com/moses-smt/mosesdecoder.git
synced 2024-12-29 06:52:34 +03:00
compile error on some version of g++. Changed uint to pointer
This commit is contained in:
parent
767969af6d
commit
e01b8e26d3
@ -54,7 +54,7 @@ protected:
|
||||
typedef std::map<Phrase, TargetPhraseCollection*> PhraseCache;
|
||||
#ifdef WITH_THREADS
|
||||
boost::mutex m_sentenceMutex;
|
||||
typedef std::map<size_t, PhraseCache> SentenceCache;
|
||||
typedef std::map<_opaque_pthread_t*, PhraseCache> SentenceCache;
|
||||
#else
|
||||
typedef PhraseCache SentenceCache;
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user