Update README

This commit is contained in:
Peter Dimov 2021-09-05 01:19:08 +03:00
parent 8b08326f6e
commit 3a06c98e8d

View File

@ -10,7 +10,7 @@ See [the documentation](https://www.boost.org/libs/lambda2/) for more informatio
## Supported Compilers
* g++ 5 or later with `-std=c++14` or above
* clang++ 3.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
Tested on [Github Actions](https://github.com/boostorg/lambda2/actions) and