Skip to content
Snippets Groups Projects
Commit 09699602 authored by Christoph Grüninger's avatar Christoph Grüninger
Browse files

Replace use of ranges in std::format

Formatting ranges is not a part of C++20's std::format,
it is proposed in P2286 and might become part of C++23.
As it is only a single occurence, the explicit version
of printing a FieldVector should be sufficient.
parent 90008198
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment