Make non-ancient version of GCC explicit in documentation (it means 4.8+) (#575)

This commit is contained in:
Michael König 2016-12-28 12:10:11 +01:00 committed by Wenzel Jakob
parent f3de2d5521
commit f331843b39
2 changed files with 2 additions and 2 deletions

View File

@ -96,7 +96,7 @@ In addition to the core functionality, pybind11 provides some extra goodies:
## Supported compilers ## Supported compilers
1. Clang/LLVM (any non-ancient version with C++11 support) 1. Clang/LLVM (any non-ancient version with C++11 support)
2. GCC (any non-ancient version with C++11 support) 2. GCC 4.8 or newer
3. Microsoft Visual Studio 2015 or newer 3. Microsoft Visual Studio 2015 or newer
4. Intel C++ compiler 16 or newer (15 with a [workaround](https://github.com/pybind/pybind11/issues/276)) 4. Intel C++ compiler 16 or newer (15 with a [workaround](https://github.com/pybind/pybind11/issues/276))
5. Cygwin/GCC (tested on 2.5.1) 5. Cygwin/GCC (tested on 2.5.1)

View File

@ -90,6 +90,6 @@ Supported compilers
******************* *******************
1. Clang/LLVM (any non-ancient version with C++11 support) 1. Clang/LLVM (any non-ancient version with C++11 support)
2. GCC (any non-ancient version with C++11 support) 2. GCC 4.8 or newer
3. Microsoft Visual Studio 2015 or newer 3. Microsoft Visual Studio 2015 or newer
4. Intel C++ compiler v15 or newer 4. Intel C++ compiler v15 or newer