Skip to content

Commit

Permalink
bump Intel compiler version requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
wjakob committed Jul 12, 2016
1 parent c47d498 commit 59b240a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ In addition to the core functionality, pybind11 provides some extra goodies:
1. Clang/LLVM (any non-ancient version with C++11 support)
2. GCC (any non-ancient version with C++11 support)
3. Microsoft Visual Studio 2015 or newer
4. Intel C++ compiler v15 or newer
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)

## About
Expand Down

0 comments on commit 59b240a

Please sign in to comment.