Skip to content

Commit bbb5fef

Browse files
committed
Change README to show the requirement on C++20
Signed-off-by: Ted Lyngmo <[email protected]>
1 parent 0835fcf commit bbb5fef

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,17 +41,14 @@ Full runnable examples can be found in [`examples/`](examples/).
4141

4242
This project requires at least the following to build:
4343

44-
* A C++ compiler that conforms to the C++17 standard or greater
44+
* A C++ compiler that conforms to the C++20 standard or greater
4545
* CMake 3.25 or later
4646
* (Test Only) GoogleTest
4747

4848
You can disable building tests by setting CMake option
4949
[`BEMAN_TIMED_LOCK_ALG_BUILD_TESTS`](#beman_timed_lock_alg_build_tests) to `OFF`
5050
when configuring the project.
5151

52-
Even when tests are being built and run, some of them will not be compiled
53-
unless the provided compiler supports **C++20** ranges.
54-
5552
> [!TIP]
5653
>
5754
> The logs indicate examples disabled due to lack of compiler support.

0 commit comments

Comments
 (0)