Skip to content
Snippets Groups Projects
  1. Mar 07, 2023
  2. Mar 06, 2023
    • Christoph Grüninger's avatar
      Simplify std::format expression · 37771619
      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.
      37771619
    • Christoph Grüninger's avatar
      Replace use of ranges in std::format · 09699602
      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.
      09699602
  3. Mar 02, 2023
  4. Mar 01, 2023
  5. Feb 28, 2023
  6. Feb 27, 2023
  7. Feb 24, 2023
Loading