Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,14 @@ Build-time dependencies:
- `ninja`, `make`, or another CMake-supported build system
- CMake defaults to "Unix Makefiles" on POSIX systems

### Supported Platforms

| Compiler | Version | C++ Standards | Standard Library |
|----------|---------|---------------|------------------|
| GCC | 15-14 | C++26, C++23 | libstdc++ |
| Clang | 21-19 | C++26, C++23 | libc++ |
| MSVC | latest | C++23 | MSVC STL |

### How to build beman.task

<!-- TODO: Apply all install related practices from exemplar into this repo. -->
Expand Down
Loading