From 01839dce8de5b9ecd7085e8708e05b98810032bf Mon Sep 17 00:00:00 2001 From: Jeff VanOss Date: Tue, 11 Sep 2018 04:39:17 -0400 Subject: [PATCH] remove duplicate feature from list (#1476) --- README.md | 1 - docs/intro.rst | 1 - 2 files changed, 2 deletions(-) diff --git a/README.md b/README.md index dbebf0a8a..135f9e1e3 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/docs/intro.rst b/docs/intro.rst index 118cb504c..10e1799a1 100644 --- a/docs/intro.rst +++ b/docs/intro.rst @@ -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