SPTAG
SPTAG copied to clipboard
cmake mistake
Hi, when i first cmake the file, it occurs a mistake: SPTAG-master/AnnService/src/Core/BKT/BKTIndex.cpp:260:39: error: expected primary-expression before ‘>’ token ptr->m_pTrees.BuildTrees<T>(ptr);
How do i solve it ?
The problem lead to the template in this "ptr->m_pTrees.BuildTrees<T>(ptr);"
ptr->m_pTrees.BuildTrees < T >(ptr);
@pclin1212 It is fixed in the newest version of master.
Seems like this issue can be closed?