mirror of
https://github.com/boostorg/variant2.git
synced 2025-07-31 20:54:28 +02:00
Update supported compilers in documentation and README
This commit is contained in:
@@ -12,7 +12,7 @@ Supported compilers:
|
|||||||
|
|
||||||
* g++ 4.8 or later with `-std=c++11` or above
|
* g++ 4.8 or later with `-std=c++11` or above
|
||||||
* clang++ 3.9 or later with `-std=c++11` or above
|
* clang++ 3.9 or later with `-std=c++11` or above
|
||||||
* Visual Studio 2015, 2017, 2019
|
* Visual Studio 2015 or later
|
||||||
|
|
||||||
Tested on [Github Actions](https://github.com/boostorg/variant2/actions) and
|
Tested on [Github Actions](https://github.com/boostorg/variant2/actions) and
|
||||||
[Appveyor](https://ci.appveyor.com/project/pdimov/variant2-fkab9).
|
[Appveyor](https://ci.appveyor.com/project/pdimov/variant2-fkab9).
|
||||||
|
@@ -16,7 +16,7 @@ This implementation only depends on Boost.Config, Boost.Assert, and Boost.Mp11.
|
|||||||
|
|
||||||
* GCC 4.8 or later with `-std=c++11` or above
|
* GCC 4.8 or later with `-std=c++11` or above
|
||||||
* Clang 3.9 or later with `-std=c++11` or above
|
* Clang 3.9 or later with `-std=c++11` or above
|
||||||
* Visual Studio 2015, 2017, 2019
|
* Visual Studio 2015 or later
|
||||||
|
|
||||||
Tested on https://github.com/boostorg/variant2/actions[Github Actions] and
|
Tested on https://github.com/boostorg/variant2/actions[Github Actions] and
|
||||||
https://ci.appveyor.com/project/pdimov/variant2-fkab9[Appveyor].
|
https://ci.appveyor.com/project/pdimov/variant2-fkab9[Appveyor].
|
||||||
|
Reference in New Issue
Block a user