Files
TinyORM/docs/supported-compilers.mdx
2021-12-21 17:30:52 +01:00

21 lines
499 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 800 unit tests.
Windows >=10:
- MSVC 2019 16.9 - 16.11.7
- MSYS2 UCRT64 GCC 10.2 - 11.2
- MSYS2 UCRT64 Clang 12 - 13
Linux:
- GCC 10.2 - 11.2
- Clang 11 - 13