mirror of
https://github.com/pybind/pybind11.git
synced 2025-02-19 15:10:38 +00:00
added note about supported compiler versions
This commit is contained in:
parent
80c2451ac5
commit
240e4044aa
@ -75,9 +75,16 @@ In addition to the core functionality, pybind11 provides some extra goodies:
|
|||||||
equivalent bindings generated by Boost.Python.
|
equivalent bindings generated by Boost.Python.
|
||||||
|
|
||||||
- When supported by the compiler, two new C++14 features (relaxed constexpr and
|
- When supported by the compiler, two new C++14 features (relaxed constexpr and
|
||||||
return value deduction) are used to deduce function signatures at compile
|
return value deduction) are used to precompute function signatures at compile
|
||||||
time, leading to smaller binaries.
|
time, leading to smaller binaries.
|
||||||
|
|
||||||
|
## Supported compilers
|
||||||
|
|
||||||
|
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
|
||||||
|
|
||||||
### License
|
### License
|
||||||
|
|
||||||
pybind11 is provided under a BSD-style license that can be found in the
|
pybind11 is provided under a BSD-style license that can be found in the
|
||||||
|
@ -71,5 +71,13 @@ In addition to the core functionality, pybind11 provides some extra goodies:
|
|||||||
equivalent bindings generated by Boost.Python.
|
equivalent bindings generated by Boost.Python.
|
||||||
|
|
||||||
- When supported by the compiler, two new C++14 features (relaxed constexpr and
|
- When supported by the compiler, two new C++14 features (relaxed constexpr and
|
||||||
return value deduction) are used to deduce function signatures at compile
|
return value deduction) are used to precompute function signatures at compile
|
||||||
time, leading to smaller binaries.
|
time, leading to smaller binaries.
|
||||||
|
|
||||||
|
Supported compilers
|
||||||
|
*******************
|
||||||
|
|
||||||
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user