Skip to content

Commit af42c10

Browse files
committed
Add Compiler Support section in README.md
1 parent bcaac21 commit af42c10

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,12 @@ Full code can be found in [./examples/optional_ref.cpp](./examples/optional_ref.
8888

8989
## How to Build
9090

91+
### Compiler Support
92+
93+
This is a modern C++ project which can be compiled with the latest C++ standards (**C++20 or later**).
94+
95+
Default build: `C++23`. Please check `etc/${compiler}-flags.cmake`.
96+
9197
### Dependencies
9298

9399
This project is mainly tested on `Ubuntu 22.04` and `Ubuntu 24.04`, but it should be as portable as CMake is. This project has zero C or C++ dependencies.

0 commit comments

Comments
 (0)