Skip to content

Commit

Permalink
README.md: replace C++17 with C++23
Browse files Browse the repository at this point in the history
in 5d3ee98, we dropped the support of C++17 in our CI and building
system. but README.md was not updated. so in this change, let's update
it accordingly.

Signed-off-by: Kefu Chai <[email protected]>
  • Loading branch information
tchaikov committed May 19, 2024
1 parent a7fb8ff commit c69159a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,11 +144,11 @@ There are also instructions for building on any host that supports [Docker](doc/

Use of the [DPDK](http://dpdk.org) is [optional](doc/building-dpdk.md).

#### Seastar's C++ standard: C++17 or C++20
#### Seastar's C++ standard: C++20 or C++23

Seastar supports both C++17, and C++20. The build defaults to the latest
Seastar supports both C++20, and C++23. The build defaults to the latest
standard supported by your compiler, but can be explicitly selected with
the `--c++-standard` configure option, e.g., `--c++-standard=17`,
the `--c++-standard` configure option, e.g., `--c++-standard=20`,
or if using CMake directly, by setting on the `CMAKE_CXX_STANDARD` CMake
variable.

Expand Down

0 comments on commit c69159a

Please sign in to comment.