Files
TinyORM/docs/supported-compilers.mdx
silverqx cdbd7c296c docs, number of unit tests
[skip ci]
2022-05-05 22:28:15 +02:00

21 lines
500 B
Plaintext

---
sidebar_position: 2
hide_table_of_contents: true
description: Platform requirements and supported compilers for TinyORM c++ library.
---
# Supported Compilers
Following compilers are backed up by GitHub Action [workflows](https://github.com/silverqx/TinyORM/tree/main/.github/workflows) (CI pipelines) which also include more then 900 unit tests.
Windows >=10:
- MSVC 2019 16.9 - 16.11.13
- MSYS2 UCRT64 GCC 10.2 - 11.3
- MSYS2 UCRT64 Clang 12 - 14
Linux:
- GCC 10.2 - 11.3
- Clang 11 - 14