- Mar 07, 2023
-
-
Christoph Grüninger authored
-
- Mar 06, 2023
-
-
Christoph Grüninger authored
GCC 13's std::format seems to be less powerfull compared to {fmt} * The width cannot be passed as a variable (like in {2}) * The box character "─" cannot be used as a fill char, other chars like "*" are working though.
-
Christoph Grüninger authored
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.
-
- Mar 02, 2023
- Mar 01, 2023
-
-
-
Mathis Kelm authored
-
- Feb 28, 2023
- Feb 27, 2023
-
-
Timo Koch authored
-
Timo Koch authored
-
Timo Koch authored
-
Christoph Grüninger authored
-
Christoph Grüninger authored
Newer compilers don't include cstdint implicit, we have to do it explicit.
- Feb 24, 2023
-