Skip to content

Commit

Permalink
Merge pull request #107 from eseiler/doc.readme
Browse files Browse the repository at this point in the history
[DOC] Update readme
  • Loading branch information
eseiler authored Jun 8, 2022
2 parents 3451da9 + 386988d commit 549721d
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,17 @@

* header-only library
* support for serialisation via [cereal](https://github.com/USCiLab/cereal)
* compatible with C++17 and C++20
* compatible with C++17, C++20, and C++23

## Supported compilers

Other compiler may work, but are not tested within the continuous integration. In general, the latest minor release of each
listed major compiler version is supported.

* GCC 8, 9, 10, 11
* clang 9, 10, 11, 12
* GCC 10, 11, 12
* clang 11, 12, 13, 14

Tests are run with both C++20 and C++23.

## Dependencies

Expand Down

0 comments on commit 549721d

Please sign in to comment.