ekg / intervaltree

a minimal C++ interval tree implementation
MIT License
222 stars 66 forks source link

Add option to put the library in its own namespace #25

Closed RadixSeven closed 5 years ago

RadixSeven commented 5 years ago

This allows users of the library to use names defined therein without conflicts. It is hidden behind a #define for backward compatibility.