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
01839dce
Commit
01839dce
authored
Sep 11, 2018
by
Jeff VanOss
Committed by
Wenzel Jakob
Sep 11, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove duplicate feature from list (#1476)
parent
44e39e0d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
2 deletions
+0
-2
README.md
+0
-1
docs/intro.rst
+0
-1
No files found.
README.md
View file @
01839dce
...
@@ -51,7 +51,6 @@ pybind11 can map the following core C++ features to Python
...
@@ -51,7 +51,6 @@ pybind11 can map the following core C++ features to Python
-
Custom operators
-
Custom operators
-
Single and multiple inheritance
-
Single and multiple inheritance
-
STL data structures
-
STL data structures
-
Iterators and ranges
-
Smart pointers with reference counting like
``std::shared_ptr``
-
Smart pointers with reference counting like
``std::shared_ptr``
-
Internal references with correct reference counting
-
Internal references with correct reference counting
-
C++ classes with virtual (and pure virtual) methods can be extended in Python
-
C++ classes with virtual (and pure virtual) methods can be extended in Python
...
...
docs/intro.rst
View file @
01839dce
...
@@ -41,7 +41,6 @@ The following core C++ features can be mapped to Python
...
@@ -41,7 +41,6 @@ The following core C++ features can be mapped to Python
- Custom operators
- Custom operators
- Single and multiple inheritance
- Single and multiple inheritance
- STL data structures
- STL data structures
- Iterators and ranges
- Smart pointers with reference counting like ``std::shared_ptr``
- Smart pointers with reference counting like ``std::shared_ptr``
- Internal references with correct reference counting
- Internal references with correct reference counting
- C++ classes with virtual (and pure virtual) methods can be extended in Python
- C++ classes with virtual (and pure virtual) methods can be extended in Python
...
...
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