Cleaning
Different things to clean up:
-
the old all-regime solver -
some output writers -
some typename
could be removed such astypename std::conditional<...>
bystd::conditional_t<...>
(std::enable_if
->std::enable_if_t
) -
remove almost all braced-init-list
initializations
Edited by thomas.padioleau