MSVC support announced

This commit is contained in:
Mateusz Pusz
2020-09-04 23:16:28 +02:00
parent b318e8d039
commit c4af958cf1
3 changed files with 3 additions and 2 deletions

View File

@@ -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

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.3 and newer.
only with gcc-9.3, MSVC 16.7, 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.3 and newer.
only with gcc-9.3, MSVC 16.7, and newer.
Repository Structure and Dependencies
-------------------------------------