From c0fd54e1f7548685067738d06ce46bde93e975b7 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Sat, 19 Feb 2022 03:17:58 +0200 Subject: [PATCH] Update documentation and README --- README.md | 2 +- doc/describe/implementation.adoc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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].