bcgsc / btllib

Bioinformatics Technology Lab common code library
Other
23 stars 5 forks source link

Adapt code to C++17 standards #90

Closed parham-k closed 2 months ago

parham-k commented 1 year ago

btllib is implemented with C++11 standards. Compiling with C++17 (e.g., for argparse used in randseq) causes clang-tidy to raise errors. Currently, we compile randseq with C++17 and the rest of btllib with C++11, but it'd be better if we refactor the library with C++17 standards in mind.

lcoombe commented 2 months ago

Hey @parham-k - looks like were are compiling with c++17 in the top-level meson.build now? Is this closable?

parham-k commented 2 months ago

Yes, I'll close this now.