ekg / intervaltree

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

Removed default type declarations in three templated functions #2

Closed arrogantrobot closed 11 years ago

arrogantrobot commented 11 years ago

The default type declarations on the intervalStart(), intervalStop, and << operatior overload functions in IntervalTree.h were interfering with cmake's ability to link this into the vcflib project.

The test ran and I assumed it passed, I got:

brute force: 972ms interval tree: 31ms