1
0
forked from boostorg/mp11

Update README.md

This commit is contained in:
Peter Dimov
2021-09-11 15:24:50 +03:00
parent cfdda0378b
commit 28a9ff62f1

View File

@ -12,11 +12,11 @@ instance. For CMake users, `add_subdirectory` is supported, as is installation a
## Supported compilers
* g++ 4.7 or later
* clang++ 3.3 or later
* g++ 4.8 or later
* clang++ 3.9 or later
* Visual Studio 2013, 2015, 2017, 2019
Tested on [Travis](https://travis-ci.org/boostorg/mp11/) and [Appveyor](https://ci.appveyor.com/project/pdimov/mp11/).
Tested on [Github Actions](https://github.com/boostorg/mp11/actions) and [Appveyor](https://ci.appveyor.com/project/pdimov/mp11/).
## License