Skip to content

Commit b5b3c19

Browse files
tchaikovavikivity
authored andcommitted
doc: s/c++dialect/c++-standard/
this is a follow-up change of 60bc860 also adds a newline at the end of file, both editors and GitHub are in favor of this. Signed-off-by: Kefu Chai <[email protected]> Message-Id: <[email protected]>
1 parent d9b6e59 commit b5b3c19

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -140,12 +140,12 @@ There are also instructions for building on any host that supports [Docker](doc/
140140

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

143-
#### Seastar's C++ dialect: C++17 or C++20
143+
#### Seastar's C++ standard: C++17 or C++20
144144

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

151151
See the [compatibity statement](doc/compatibility.md) for more information.

doc/compatibility.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ Link compatibility is not maintained - you cannot link an
1010
application built with one version of Seastar with another
1111
version of Seastar.
1212

13-
Language dialects
14-
=================
13+
Language standards
14+
==================
1515

1616
Seastar will support the last two standards approved by the
1717
ISO C++ committee. For example, after C++20 is released,
@@ -141,4 +141,4 @@ If API_LEVEL is 1:
141141

142142
After a transition period:
143143
- everthing in `api_v1` is dropped
144-
- `api_v2` is removed, and its contents is placed in the parent namespace
144+
- `api_v2` is removed, and its contents is placed in the parent namespace

0 commit comments

Comments
 (0)