[C++][Stagging PR] Explore changes to migrate to C++20#1750
Conversation
|
Thanks @tdavidcl for opening this PR! You can do multiple things directly here: Once the workflow completes a message will appear displaying informations related to the run. Also the PR gets automatically reviewed by gemini, you can: |
There was a problem hiding this comment.
Code Review
This pull request transitions the project to C++20, updating CMake settings, lambda captures, and the source_location header. It also refactors string formatting across the codebase, including the introduction of a vformat utility. The review identifies an unnecessary template parameter in the vformat definition and recommends using fmt::format_string in print_buf to preserve compile-time format validation and simplify the code.
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
Workflow reportworkflow report corresponding to commit c93ab33 Light CI is enabled. This will only run the basic tests and not the full tests. Pre-commit check reportPre-commit check: ✅ Test pipeline can run. Doxygen diff with
|
No description provided.