minor compile error

This commit is contained in:
Hieu Hoang 2015-12-29 16:49:38 +00:00
parent 1f7d9ae94f
commit 21cbbbff49

View File

@ -28,7 +28,7 @@ Search::Search(Manager &mgr)
:Moses2::Search(mgr)
,m_stacks(mgr)
,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()))
{
}