statgen / savvy

Interface to various variant calling formats.
Mozilla Public License 2.0
26 stars 5 forks source link

improve const correctness of comparison operator #12

Closed CreRecombinase closed 3 years ago

CreRecombinase commented 3 years ago

Not having the equality operator overloads be const leads to errors when building with C++20 (check out https://stackoverflow.com/q/60386792/2161753 for more info on this)

jonathonl commented 3 years ago

Tx.