docs updated msvc version

[skip ci]
This commit is contained in:
silverqx
2022-05-18 10:03:33 +02:00
parent 54e3613a98
commit 4960baa066
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -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
+1 -1
View File
@@ -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