refresh-bio / KMC

Fast and frugal disk based k-mer counter
266 stars 73 forks source link

Make `const` values usable in `constexpr` #172

Closed jamshed closed 2 years ago

jamshed commented 3 years ago

Hello @marekkokot:

We were failing to compile KMC with GCC 5.2.1 and 11.2.0 due to some the value of ‘...’ is not usable in a constant expression errors; though it did compile with GCC 9.3.0. This should fix it!

Regards.