diff options
author | robot-contrib <robot-contrib@yandex-team.com> | 2023-12-17 04:57:52 +0300 |
---|---|---|
committer | robot-contrib <robot-contrib@yandex-team.com> | 2023-12-17 05:13:23 +0300 |
commit | e0fee3f62fb672ae80623ec56a78649a8acc1fdd (patch) | |
tree | 25a1a53d025091714cdde19a4d6e5c468a77bccf /contrib/restricted/boost/endian/README.md | |
parent | ccf253b4b872123cb2f95d9a3098aa66a59a624b (diff) | |
download | ydb-e0fee3f62fb672ae80623ec56a78649a8acc1fdd.tar.gz |
Update contrib/restricted/boost/endian to 1.84.0
Diffstat (limited to 'contrib/restricted/boost/endian/README.md')
-rw-r--r-- | contrib/restricted/boost/endian/README.md | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/contrib/restricted/boost/endian/README.md b/contrib/restricted/boost/endian/README.md index cbd15e2261..d40e630aba 100644 --- a/contrib/restricted/boost/endian/README.md +++ b/contrib/restricted/boost/endian/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/). +C++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 |