docs: align toolchain and code style with C++20 library#2923
Merged
julianoes merged 2 commits intoJul 14, 2026
Conversation
The core library and in-tree examples already set CMAKE_CXX_STANDARD 20 and the GitHub description lists C++20; docs still described a C++17 core.
julianoes
reviewed
Jul 14, 2026
Contributor
Author
|
Thanks @julianoes — good call, that second sentence was muddled. Applied your suggestion (simplified to the single C++20 line) and pushed. Let me know if you'd prefer to drop the STL note entirely. |
julianoes
approved these changes
Jul 14, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
cpp/src/CMakeLists.txtCMAKE_CXX_STANDARD 20, examples already on 20, repo description “C++ 20”).CMakeLists.txtin the toolchain guide to recommendCMAKE_CXX_STANDARD 20.Why
Docs still said the core was “written in C++17”, which confuses users trying to match the tree.
Non-overlap
Does not touch the Markdown fixes in open #2922 (that PR covers connections fence, quickstart fence, build paths, etc.).
Test plan
cpp/src/CMakeLists.txtand example CMakeLists