mirror of
https://github.com/silverqx/TinyORM.git
synced 2026-05-08 09:59:23 -05:00
docs updated msvc version
[skip ci]
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
---
|
||||
sidebar_position: 1
|
||||
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.13, GCC 10.2-11.3, and Clang 11-14.
|
||||
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.15, GCC 10.2-11.3, and Clang 11-14.
|
||||
---
|
||||
|
||||
# Dependencies
|
||||
|
||||
The code was developed on MSVC 16.9-16.11.13, GCC 10.2-11.3, and Clang 11-14, 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.15, GCC 10.2-11.3, and Clang 11-14, 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.
|
||||
|
||||
- minimum ISO C++ standard is c++20
|
||||
|
||||
@@ -10,7 +10,7 @@ Following compilers are backed up by the GitHub Action [workflows](https://githu
|
||||
|
||||
Windows >=10:
|
||||
|
||||
- MSVC 2019 16.9 - 16.11.13
|
||||
- MSVC 2019 16.9 - 16.11.15
|
||||
- MSYS2 UCRT64 GCC 10.2 - 11.3
|
||||
- MSYS2 UCRT64 Clang 12 - 14
|
||||
|
||||
|
||||
Reference in New Issue
Block a user