mirror of
https://github.com/pybind/pybind11.git
synced 2024-11-21 20:55:11 +00:00
remove duplicate feature from list (#1476)
This commit is contained in:
parent
44e39e0de7
commit
01839dce8d
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user