forked from mpusz/mp-units
MSVC support announced
This commit is contained in:
@@ -14,6 +14,7 @@
|
||||
- `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
|
||||
- VS2019 support added
|
||||
|
||||
- **0.5.0 May 17, 2020**
|
||||
- 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::
|
||||
|
||||
As this library targets C++23 and extensively uses C++20 features as of now it compiles correctly
|
||||
only with gcc-9.3 and newer.
|
||||
only with gcc-9.3, MSVC 16.7, and newer.
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
|
@@ -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.3 and newer.
|
||||
only with gcc-9.3, MSVC 16.7, and newer.
|
||||
|
||||
Repository Structure and Dependencies
|
||||
-------------------------------------
|
||||
|
Reference in New Issue
Block a user