We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0835fcf commit bbb5fefCopy full SHA for bbb5fef
1 file changed
README.md
@@ -41,17 +41,14 @@ Full runnable examples can be found in [`examples/`](examples/).
41
42
This project requires at least the following to build:
43
44
-* A C++ compiler that conforms to the C++17 standard or greater
+* A C++ compiler that conforms to the C++20 standard or greater
45
* CMake 3.25 or later
46
* (Test Only) GoogleTest
47
48
You can disable building tests by setting CMake option
49
[`BEMAN_TIMED_LOCK_ALG_BUILD_TESTS`](#beman_timed_lock_alg_build_tests) to `OFF`
50
when configuring the project.
51
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
-
55
> [!TIP]
56
>
57
> The logs indicate examples disabled due to lack of compiler support.
0 commit comments