Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
gaoqiong
pybind11
Commits
240e4044
Commit
240e4044
authored
Feb 20, 2016
by
Wenzel Jakob
Browse files
added note about supported compiler versions
parent
80c2451a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
2 deletions
+17
-2
README.md
README.md
+8
-1
docs/intro.rst
docs/intro.rst
+9
-1
No files found.
README.md
View file @
240e4044
...
...
@@ -75,9 +75,16 @@ In addition to the core functionality, pybind11 provides some extra goodies:
equivalent bindings generated by Boost.Python.
-
When supported by the compiler, two new C++14 features (relaxed constexpr and
return value deduction) are used to
deduc
e function signatures at compile
return value deduction) are used to
precomput
e function signatures at compile
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
pybind11 is provided under a BSD-style license that can be found in the
...
...
docs/intro.rst
View file @
240e4044
...
...
@@ -71,5 +71,13 @@ In addition to the core functionality, pybind11 provides some extra goodies:
equivalent bindings generated by Boost.Python.
- When supported by the compiler, two new C++14 features (relaxed constexpr and
return value deduction) are used to
deduc
e function signatures at compile
return value deduction) are used to
precomput
e function signatures at compile
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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment