mirror of
https://github.com/mpusz/mp-units.git
synced 2025-08-05 13:14:29 +02:00
docs: Minimum required VS version bumped to 16.9
This commit is contained in:
@@ -88,7 +88,7 @@ class UnitsConan(ConanFile):
|
|||||||
raise ConanInvalidConfiguration("mp-units requires at least g++-10")
|
raise ConanInvalidConfiguration("mp-units requires at least g++-10")
|
||||||
elif compiler == "Visual Studio":
|
elif compiler == "Visual Studio":
|
||||||
if version < "16":
|
if version < "16":
|
||||||
raise ConanInvalidConfiguration("mp-units requires at least Visual Studio 16.7")
|
raise ConanInvalidConfiguration("mp-units requires at least Visual Studio 16.9")
|
||||||
else:
|
else:
|
||||||
raise ConanInvalidConfiguration("mp-units is supported only by gcc and Visual Studio so far")
|
raise ConanInvalidConfiguration("mp-units is supported only by gcc and Visual Studio so far")
|
||||||
if compiler.get_safe("cppstd"):
|
if compiler.get_safe("cppstd"):
|
||||||
|
@@ -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-10, Visual Studio 16.7, and newer.
|
only with gcc-10, Visual Studio 16.9, and newer.
|
||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 2
|
:maxdepth: 2
|
||||||
|
@@ -4,7 +4,7 @@ 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 and extensively uses C++20 features that is why, as of now, it compiles correctly
|
||||||
only with gcc-10, Visual Studio 16.7, and newer.
|
only with gcc-10, Visual Studio 16.9, and newer.
|
||||||
|
|
||||||
Repository Structure and Dependencies
|
Repository Structure and Dependencies
|
||||||
-------------------------------------
|
-------------------------------------
|
||||||
|
Reference in New Issue
Block a user