Skip to content

added new formatting fucntions, replaced old c style string usage with a more modern approach

Oliver Heidmann requested to merge m300433/rework/char_to_string_in_split into develop

This quells the warnings that were thrown from the c style usage. New formatting could replace Suboptimal formatting in cdo_output until new std::format is introduced to our code base (c++20 aka 2025)

Merge request reports