Skip to content

Commit

Permalink
docs upgraded max. version to GCC v14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
silverqx committed Aug 7, 2024
1 parent 29f158f commit 3b489eb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/dependencies.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
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.9, GCC 11.2-14.1, and Clang 11-18.
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 11.2-14.2, and Clang 11-18.
keywords: [c++ orm, dependencies, tinyorm]
---

import Link from '@docusaurus/Link'

# Dependencies

The code was developed on MSVC 16.9-16.11, MSVC 17.2-17.9, GCC 11.2-14.1, 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 code was developed on MSVC 16.9-16.11, MSVC 17.2-17.9, GCC 11.2-14.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
Expand Down
4 changes: 2 additions & 2 deletions docs/supported-compilers.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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 `11.2` - `14.1`
- MSYS2 UCRT64 GCC `11.2` - `14.2`
- MSYS2 UCRT64 Clang `>=15`
- Clang-cl `>=15` with MSVC 2019/2022

#### `Linux`

- GCC `11.2` - `14.1`
- GCC `11.2` - `14.2`
- Clang `>=15` <small className='darker'>(libstdc++ only)</small>

</div>
Expand Down

0 comments on commit 3b489eb

Please sign in to comment.