btllib icon indicating copy to clipboard operation
btllib copied to clipboard

Adapt code to C++17 standards

Open parham-k opened this issue 1 year ago • 0 comments

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.

parham-k avatar Apr 26 '23 10:04 parham-k