algbio / ggcat

Compacted and colored de Bruijn graph construction and querying
MIT License
72 stars 10 forks source link

Fix compiler error in C++ API. #13

Closed jnalanko closed 1 year ago

jnalanko commented 1 year ago

The error was: ./include/ggcat.hh:21:19: error: operands to ‘?:’ have different types ‘std::__cxx11::basic_string*’ and ‘long unsigned int’ 21 | data(data ? data : UINTPTR_MAX), size(size) {}