Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
pybind11
Commits
01839dce
Commit
01839dce
authored
Sep 11, 2018
by
Jeff VanOss
Committed by
Wenzel Jakob
Sep 11, 2018
Browse files
remove duplicate feature from list (#1476)
parent
44e39e0d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
2 deletions
+0
-2
README.md
README.md
+0
-1
docs/intro.rst
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
-
Custom operators
-
Single and multiple inheritance
-
STL data structures
-
Iterators and ranges
-
Smart pointers with reference counting like
``std::shared_ptr``
-
Internal references with correct reference counting
-
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
- Custom operators
- Single and multiple inheritance
- STL data structures
- Iterators and ranges
- Smart pointers with reference counting like ``std::shared_ptr``
- Internal references with correct reference counting
- 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