File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed
Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -41,17 +41,14 @@ Full runnable examples can be found in [`examples/`](examples/).
4141
4242This 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
4848You can disable building tests by setting CMake option
4949[ ` BEMAN_TIMED_LOCK_ALG_BUILD_TESTS ` ] ( #beman_timed_lock_alg_build_tests ) to ` OFF `
5050when 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.
You can’t perform that action at this time.
0 commit comments