mirror of
https://github.com/mpusz/mp-units.git
synced 2025-08-05 13:14:29 +02:00
docs: clang support added to docs
This commit is contained in:
@@ -15,8 +15,12 @@ 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
|
This library targets C++23/26 and extensively uses C++20 features. This is why it requires the latest C++
|
||||||
only with gcc-10, Visual Studio 16.9, and newer.
|
compilers. The following compilers (or newer) are supported:
|
||||||
|
|
||||||
|
- gcc-10
|
||||||
|
- clang-12
|
||||||
|
- Visual Studio 16.9
|
||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 2
|
:maxdepth: 2
|
||||||
|
@@ -3,8 +3,12 @@ Usage
|
|||||||
|
|
||||||
.. note::
|
.. note::
|
||||||
|
|
||||||
This library targets C++23 and extensively uses C++20 features that is why, as of now, it compiles correctly
|
This library targets C++23/26 and extensively uses C++20 features. This is why it requires the latest C++
|
||||||
only with gcc-10, Visual Studio 16.9, and newer.
|
compilers. The following compilers (or newer) are supported:
|
||||||
|
|
||||||
|
- gcc-10
|
||||||
|
- clang-12
|
||||||
|
- Visual Studio 16.9
|
||||||
|
|
||||||
Repository Structure and Dependencies
|
Repository Structure and Dependencies
|
||||||
-------------------------------------
|
-------------------------------------
|
||||||
|
Reference in New Issue
Block a user