docs updated compiler versions

This commit is contained in:
silverqx
2024-04-23 17:27:54 +02:00
parent f7a36ca237
commit 6e79272e02
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -2,13 +2,13 @@
sidebar_position: 1
sidebar_label: 🔧 Dependencies
hide_table_of_contents: true
description: Library dependencies are MySQL Connector/C 8, range-v3 >=0.11.0, tabulate and the Qt framework version used during development was 5.15.2 and >=6.2. The code was developed on MSVC 16.9-16.11, MSVC 17.2-17.5, GCC 10.2-12.2, and Clang 11-16.
description: Library dependencies are MySQL Connector/C 8, range-v3 >=0.11.0, tabulate and the Qt framework version used during development was 5.15.2 and >=6.2. The code was developed on MSVC 16.9-16.11, MSVC 17.2-17.9, GCC 10.2-13.2, and Clang 11-16.
keywords: [c++ orm, dependencies, tinyorm]
---
# Dependencies
The code was developed on MSVC 16.9-16.11, MSVC 17.2-17.5, GCC 10.2-12.2, and Clang 11-16, so may be assumed it will work on future releases of these compilers. Minimum required ISO C++ standard is C++20.
The code was developed on MSVC 16.9-16.11, MSVC 17.2-17.9, GCC 10.2-13.2, and Clang 11-18, so may be assumed it will work on future releases of these compilers. Minimum required ISO C++ standard is C++20.
The Qt framework version used during development was 5.15.2 and >=6.2.
##### Required
+2 -2
View File
@@ -16,13 +16,13 @@ Following compilers are backed up by the GitHub Action [workflows](https://githu
- MSVC 2019 `>=16.9`
- MSVC 2022 `>=17`
- MSYS2 UCRT64 GCC `10.2` - `12.2`
- MSYS2 UCRT64 GCC `10.2` - `13.2`
- MSYS2 UCRT64 Clang `>=15`
- clang-cl `>=15` with MSVC 2019/2022
#### `Linux`
- GCC `10.2` - `12.2`
- GCC `10.2` - `13.2`
- Clang `>=15` <small className='darker'>(libstdc++ only)</small>
</div>