compiler versions

This commit is contained in:
Daniel Sipka 2015-10-18 00:24:51 +02:00
parent 44fbde65fc
commit d8032afb37

View File

@ -196,8 +196,8 @@ Output:
## Requirements ## Requirements
- A C++ compiler with decent C++11 support. Currently tested with: - A C++ compiler with decent C++11 support. Currently tested with:
- GCC 4.7, 4.8, 4.9 - GCC 4.7, 4.8, 4.9, 5.1
- clang 3.5, 3.6 (both libstdc++ and libc++ are supported) - clang 3.5, 3.6, 3.7 (both libstdc++ and libc++ are supported)
- MSVC 2013, 2015 - MSVC 2013, 2015
- Boost 1.54+ for [Boost.Variant](http://www.boost.org/libs/variant) - Boost 1.54+ for [Boost.Variant](http://www.boost.org/libs/variant)
- CMake 3.0+ for building - CMake 3.0+ for building