Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/Nheko-Reborn/mtxclient.git. Pull mirroring updated .
  1. Mar 14, 2025
  2. Mar 12, 2025
  3. Jul 25, 2024
  4. Jul 15, 2024
    • Kefu Chai's avatar
      Fix build with fmt 11 · 4a4726c7
      Kefu Chai authored
      
      fmt 11 enforces that fmt::formatter<..>::format() should be const.
      otherwise the tree does not build:
      
      ```
      /usr/include/fmt/base.h:1392:29: error: passing ‘const fmt::v11::formatter<std::optional<mtx::http::ClientError> >’ as ‘this’ argument discards qualifiers [-fpermissive]
       1392 |     ctx.advance_to(cf.format(*static_cast<qualified_type*>(arg), ctx));
            |                    ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      ```
      
      so let's mark the `format()` with `const` specifier.
      
      Signed-off-by: default avatarKefu Chai <tchaikov@gmail.com>
      4a4726c7
  5. Jul 03, 2024
  6. Jun 10, 2024
  7. Jun 09, 2024
  8. Jun 05, 2024
  9. Jun 02, 2024
  10. May 31, 2024
  11. May 16, 2024
  12. May 07, 2024
  13. Mar 16, 2024
  14. Mar 14, 2024
  15. Mar 08, 2024
  16. Mar 04, 2024
  17. Feb 23, 2024
  18. Feb 21, 2024
  19. Feb 18, 2024
  20. Feb 15, 2024
  21. Jan 27, 2024
  22. Jan 25, 2024
  23. Jan 14, 2024
  24. Nov 20, 2023
  25. Nov 01, 2023
  26. Oct 31, 2023
  27. Oct 30, 2023
  28. Oct 11, 2023
Loading