Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/Nheko-Reborn/mtxclient.git. Pull mirroring updated .
  1. Jul 25, 2024
  2. 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
  3. Jul 03, 2024
  4. Jun 10, 2024
  5. Jun 09, 2024
  6. Jun 05, 2024
  7. Jun 02, 2024
  8. May 31, 2024
  9. May 16, 2024
  10. May 07, 2024
  11. Mar 16, 2024
  12. Mar 14, 2024
  13. Mar 08, 2024
  14. Mar 04, 2024
  15. Feb 23, 2024
  16. Feb 21, 2024
  17. Feb 18, 2024
  18. Feb 15, 2024
  19. Jan 27, 2024
  20. Jan 25, 2024
  21. Jan 14, 2024
  22. Nov 20, 2023
  23. Nov 01, 2023
  24. Oct 31, 2023
  25. Oct 30, 2023
  26. Oct 11, 2023
  27. Oct 09, 2023
  28. Sep 24, 2023
Loading