mirror of
https://github.com/moses-smt/mosesdecoder.git
synced 2025-01-06 03:33:37 +03:00
Merge branch 'master' of github.com:moses-smt/mosesdecoder
This commit is contained in:
commit
417f89fc6d
@ -39,7 +39,7 @@ class VarSpanTrieBuilder
|
||||
typedef std::vector<IntermediateVarSpanNode> NodeVec;
|
||||
struct NodeVecState
|
||||
{
|
||||
size_t m_size;
|
||||
std::size_t m_size;
|
||||
IntermediateVarSpanNode m_lastNode;
|
||||
};
|
||||
void Build(ApplicableRuleTrie &, NodeVec &, VarSpanNode &);
|
||||
|
Loading…
Reference in New Issue
Block a user