mirror of
https://github.com/silverqx/TinyORM.git
synced 2026-01-05 18:40:02 -06:00
21 lines
500 B
Plaintext
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
|