提交 e4599b9f 编写于 作者: M Marius Muja

Add dummy delete operator

上级 7e58d18e
......@@ -199,4 +199,9 @@ inline void* operator new (std::size_t size, flann::PooledAllocator& allocator)
return allocator.allocateMemory(size) ;
}
inline void operator delete(void* p, flann::PooledAllocator& allocator)
{
}
#endif //FLANN_ALLOCATOR_H_
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册