mirror of
https://github.com/moses-smt/mosesdecoder.git
synced 2025-01-06 19:49:41 +03:00
minor compile error
This commit is contained in:
parent
1f7d9ae94f
commit
21cbbbff49
@ -28,7 +28,7 @@ Search::Search(Manager &mgr)
|
|||||||
:Moses2::Search(mgr)
|
:Moses2::Search(mgr)
|
||||||
,m_stacks(mgr)
|
,m_stacks(mgr)
|
||||||
,m_queue(mgr.system.GetQueue())
|
,m_queue(mgr.system.GetQueue())
|
||||||
,m_seenPositions(MemPoolAllocator<std::pair<const CubeEdge*, int>>(mgr.GetPool()))
|
,m_seenPositions(MemPoolAllocator<std::pair<const CubeEdge*, int> >(mgr.GetPool()))
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user