Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
pybind11
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
open
pybind11
Commits
f331843b
Commit
f331843b
authored
Dec 28, 2016
by
Michael König
Committed by
Wenzel Jakob
Dec 28, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make non-ancient version of GCC explicit in documentation (it means 4.8+) (#575)
parent
f3de2d55
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
README.md
+1
-1
docs/intro.rst
+1
-1
No files found.
README.md
View file @
f331843b
...
...
@@ -96,7 +96,7 @@ In addition to the core functionality, pybind11 provides some extra goodies:
## Supported compilers
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
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)
...
...
docs/intro.rst
View file @
f331843b
...
...
@@ -90,6 +90,6 @@ Supported compilers
*******************
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
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