forked from mpusz/mp-units
Minimum compiler version supported changed to gcc-9.3
This commit is contained in:
@@ -9,6 +9,7 @@
|
|||||||
- FPS system added (thanks [@mikeford3](https://github.com/mikeford3))
|
- FPS system added (thanks [@mikeford3](https://github.com/mikeford3))
|
||||||
- `quantity_point` support added (thanks [@johelegp](https://github.com/johelegp))
|
- `quantity_point` support added (thanks [@johelegp](https://github.com/johelegp))
|
||||||
- `ratio` changed to the NTTP kind
|
- `ratio` changed to the NTTP kind
|
||||||
|
- Minimum compiler version supported changed to gcc-9.3
|
||||||
|
|
||||||
- **0.5.0 May 17, 2020**
|
- **0.5.0 May 17, 2020**
|
||||||
- Major refactoring and rewrite of the library
|
- Major refactoring and rewrite of the library
|
||||||
|
@@ -16,7 +16,7 @@ with a permissive `MIT license <https://github.com/mpusz/units/blob/master/LICEN
|
|||||||
.. note::
|
.. note::
|
||||||
|
|
||||||
As this library targets C++23 and extensively uses C++20 features as of now it compiles correctly
|
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::
|
.. toctree::
|
||||||
:maxdepth: 2
|
:maxdepth: 2
|
||||||
|
@@ -4,7 +4,7 @@ Usage
|
|||||||
.. note::
|
.. note::
|
||||||
|
|
||||||
As this library targets C++23 and extensively uses C++20 features as of now it compiles correctly
|
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
|
Repository Structure and Dependencies
|
||||||
-------------------------------------
|
-------------------------------------
|
||||||
|
Reference in New Issue
Block a user