[string] rename internal::{from,to}_string
Using `from_string` and `to_string` in user code inside a `namespace internal` failed, since our variants in `Dune::XT::Common::internal` had the same names as the one in `Dune::XT::Common`, but different signatures. This should fix that issue.
Please register or sign in to comment