intervaltree
intervaltree copied to clipboard
a minimal C++ interval tree implementation
Results
11
intervaltree issues
Sort by
recently updated
recently updated
newest added
I get errors during compilation with `gcc` < 6.0 (`gcc` >=6.0 and `clang++` are fine). ``` C:/Rtools/mingw_32/bin/g++ -std=c++0x -I"c:/R/include" -DNDEBUG -I../inst/include -I"c:/RLibrary/Rcpp/include" -I"c:/RLibrary/BH/include" -I"c:/RLibrary/dplyr/include" -I"d:/Comp In file included from ../inst/include/valr.h:6:0,...