chore: enable C++23 and prefer std::expected (#6693)

This commit is contained in:
pajlada
2025-12-30 13:12:33 +01:00
committed by GitHub
parent fe3c089fd5
commit b4c5b8e3bd
3 changed files with 25 additions and 5 deletions
+2
View File
@@ -74,6 +74,8 @@
- Dev: Added Clazy linting in CI. (#6623)
- Dev: Added custom clang-tidy module linting in CI. (#6626)
- Dev: CMake option `USE_ALTERNATE_LINKER` now errors if the given linker can't be found. (#6692)
- Dev: Enable C++ 23. (#6693)
- Dev: Prefer `std::expected` over `nonstd::expected_lite`. (#6693)
- Dev: Moved Twitch PubSub to liveupdates. (#6638)
## 2.5.4