Skip to content

Cleanup rans tests with c++17

Ned Coltman requested to merge cleanup/rans-tests into master

This replaces the enable_if and index_constant logic used previously in the rans and ransnc tests with if constexpr. This should be much shorter and slightly easier to read, thanks to use of c++17.

This is not high priority as it is only clean up.

This could also be squashed if necessary, I separated the steps for easier reviewing.

Edited by Ned Coltman

Merge request reports