daler / pybedtools

Python wrapper -- and more -- for BEDTools (bioinformatics tools for "genome arithmetic")
http://daler.github.io/pybedtools
Other
297 stars 103 forks source link

fix(bedFile): remove register for ISO C++17 #399

Closed cameronraysmith closed 4 months ago

cameronraysmith commented 7 months ago

C++17 removed the register keyword. This PR removes it from bedFile.h to avoid breaking package builds on C++17 and greater compliant compiler toolchains.

daler commented 4 months ago

took me a while to get to this, but thank you!