From 97decbc7af3a775045d311a1f345e002cc5bc477 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Thu, 25 Jan 2024 22:26:12 +0200 Subject: [PATCH] Update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6b1bb44..8b3449c 100644 --- a/README.md +++ b/README.md @@ -7,9 +7,9 @@ into the C++11 standard as [`std::function`](https://en.cppreference.com/w/cpp/u ## Currently supported compilers -* g++ 4.8 or later +* g++ 4.7 or later * clang++ 3.9 or later -* Visual Studio 2005-2022 +* Visual Studio 2013-2022 Tested on [Github Actions](https://github.com/boostorg/function/actions) and [Appveyor](https://ci.appveyor.com/project/pdimov/function/).