diff --git a/README.md b/README.md index dd54baa..228acc9 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ for more information and usage examples. * GCC 5 or later with `-std=c++14` or above * Clang 3.9 or later with `-std=c++14` or above -* Visual Studio 2015, 2017, 2019 +* Visual Studio 2015 or later Tested on [Github Actions](https://github.com/boostorg/describe/actions) and [Appveyor](https://ci.appveyor.com/project/pdimov/describe). diff --git a/doc/describe/implementation.adoc b/doc/describe/implementation.adoc index e8926bd..1c74c35 100644 --- a/doc/describe/implementation.adoc +++ b/doc/describe/implementation.adoc @@ -16,7 +16,7 @@ https://boost.org/libs/mp11[Boost.Mp11]. * GCC 5 or later with `-std=c++14` or above * Clang 3.9 or later with `-std=c++14` or above -* Visual Studio 2015, 2017, 2019 +* Visual Studio 2015 or later Tested on https://github.com/boostorg/describe/actions[Github Actions] and https://ci.appveyor.com/project/pdimov/describe[Appveyor].