Skip to content

Modernize: Modernize C-arrays and loops over them

Artur Ryt requested to merge R2RT/cmake:modernize-for-loops-c-arrays into master

It replaces C arrays with (deduced) std::initializer_lists what makes enables for-loop over them.

Edited by Artur Ryt

Merge request reports