diff --git a/README.md b/README.md index d49356b..03a75f1 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Supported compilers: * g++ 4.8 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 [Appveyor](https://ci.appveyor.com/project/pdimov/variant2-fkab9). diff --git a/doc/variant2/implementation.adoc b/doc/variant2/implementation.adoc index 0ccecfa..cbd6740 100644 --- a/doc/variant2/implementation.adoc +++ b/doc/variant2/implementation.adoc @@ -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 * 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 https://ci.appveyor.com/project/pdimov/variant2-fkab9[Appveyor].