ikd-Tree icon indicating copy to clipboard operation
ikd-Tree copied to clipboard

Better C++ compatibility

Open xaedes opened this issue 2 years ago • 0 comments

Right now the header file is "using namespace std". This is considered bad practice, but easy to fix.

Additionally <unistd.h> is used to put the current thread to sleep. This is not platform independent and can easily be replaced by C++ std library functionality.

xaedes avatar Mar 10 '22 19:03 xaedes