docs: clang support added to docs

This commit is contained in:
Mateusz Pusz
2021-03-15 22:08:12 +01:00
parent 18746db840
commit 1f0dd453eb
2 changed files with 12 additions and 4 deletions

View File

@@ -15,8 +15,12 @@ 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-10, Visual Studio 16.9, and newer.
This library targets C++23/26 and extensively uses C++20 features. This is why it requires the latest C++
compilers. The following compilers (or newer) are supported:
- gcc-10
- clang-12
- Visual Studio 16.9
.. toctree::
:maxdepth: 2

View File

@@ -3,8 +3,12 @@ Usage
.. note::
This library targets C++23 and extensively uses C++20 features that is why, as of now, it compiles correctly
only with gcc-10, Visual Studio 16.9, and newer.
This library targets C++23/26 and extensively uses C++20 features. This is why it requires the latest C++
compilers. The following compilers (or newer) are supported:
- gcc-10
- clang-12
- Visual Studio 16.9
Repository Structure and Dependencies
-------------------------------------