Skip to content

Bug/parametertree complex

Older compilers seem to have problems with std::complex and >>. This leads to the problem that "1" cannot be interpret as a std::complex with the ParameterTree. See: https://gcc.godbolt.org/z/5G-we3

We change the type of dummy to char to avoid this problems.

Edited by Nils-Arne Dreier

Merge request reports