From 59b240a848e0ffb42887c0c725f794c7f1d14ed2 Mon Sep 17 00:00:00 2001 From: Wenzel Jakob Date: Tue, 12 Jul 2016 16:56:47 +0200 Subject: [PATCH] bump Intel compiler version requirement --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8eec8c952..68f7c603c 100644 --- a/README.md +++ b/README.md @@ -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