From e36de553dd721eefece4b2c995fb9d6c4c8fac96 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Thu, 16 Dec 2021 06:43:57 +0200 Subject: [PATCH] Update README --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 749d5ed..6b1bb44 100644 --- a/README.md +++ b/README.md @@ -7,11 +7,11 @@ into the C++11 standard as [`std::function`](https://en.cppreference.com/w/cpp/u ## Currently supported compilers -* g++ 4.4 or later -* clang++ 3.3 or later -* Visual Studio 2005-2017 +* g++ 4.8 or later +* clang++ 3.9 or later +* Visual Studio 2005-2022 -Tested on [Travis](https://travis-ci.org/boostorg/function/) and [Appveyor](https://ci.appveyor.com/project/pdimov/function/). +Tested on [Github Actions](https://github.com/boostorg/function/actions) and [Appveyor](https://ci.appveyor.com/project/pdimov/function/). ## License