From 484068bdc95067196e3da2e3ee07b63baef319e1 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Fri, 20 Oct 2023 02:31:40 +0300 Subject: [PATCH] Update README.md --- README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index cbd15e2..4507038 100644 --- a/README.md +++ b/README.md @@ -7,12 +7,14 @@ It's part of Boost since release 1.58.0. See ## Supported compilers -* g++ 4.4 or later -* clang++ 3.3 or later -* Visual Studio 2008 or later +* g++ 4.6 or later +* clang++ 3.9 or later +* Visual Studio 2012 or later -Tested on [Travis](https://travis-ci.org/boostorg/endian/) and -[Appveyor](https://ci.appveyor.com/project/pdimov/endian/). +{cpp}11 is required since release 1.84. + +Tested on [Github Actions](https://github.com/boostorg/endian/actions) +and [Appveyor](https://ci.appveyor.com/project/pdimov/endian/). ## License