Minimum compiler version supported changed to gcc-9.3

This commit is contained in:
Mateusz Pusz
2020-06-28 18:03:09 +02:00
parent d2c66e79f5
commit 25b67101d9
3 changed files with 3 additions and 2 deletions

View File

@@ -9,6 +9,7 @@
- FPS system added (thanks [@mikeford3](https://github.com/mikeford3))
- `quantity_point` support added (thanks [@johelegp](https://github.com/johelegp))
- `ratio` changed to the NTTP kind
- Minimum compiler version supported changed to gcc-9.3
- **0.5.0 May 17, 2020**
- Major refactoring and rewrite of the library

View File

@@ -16,7 +16,7 @@ with a permissive `MIT license <https://github.com/mpusz/units/blob/master/LICEN
.. note::
As this library targets C++23 and extensively uses C++20 features as of now it compiles correctly
only with gcc-9.1 and newer.
only with gcc-9.3 and newer.
.. toctree::
:maxdepth: 2

View File

@@ -4,7 +4,7 @@ Usage
.. note::
As this library targets C++23 and extensively uses C++20 features as of now it compiles correctly
only with gcc-9.1 and newer.
only with gcc-9.3 and newer.
Repository Structure and Dependencies
-------------------------------------