File tree Expand file tree Collapse file tree 2 files changed +31
-3
lines changed Expand file tree Collapse file tree 2 files changed +31
-3
lines changed Original file line number Diff line number Diff line change 1313
1414.. start
1515
16- .. Note ::
16+ NOTE
17+ ----
1718
18- This is the pybind11 **smart_holder ** branch. Please refer to
19- ``README_smart_holder.rst `` for branch-specific information.
19+ **THIS BRANCH IS OBSOLETE. ** — It was merged into the pybind11 master branch
20+ with `PR #5542 <https://github.com/pybind/pybind11/pull/5542 >`_.
21+
22+ Please switch to pybind11 master or future pybind11 releases.
23+
24+ You will need to remove ``#include <pybind11/smart_holder.h> ``
25+ from your code, and these obsolete macros:
26+ ``PYBIND11_TYPE_CASTER_BASE_HOLDER ``,
27+ ``PYBIND11_SMART_HOLDER_TYPE_CASTERS ``,
28+ ``PYBIND11_SH_AVL ``,
29+ ``PYBIND11_SH_DEF ``.
30+
31+
32+ Overview
33+ --------
2034
2135**pybind11 ** is a lightweight header-only library that exposes C++ types
2236in Python and vice versa, mainly to create Python bindings of existing
Original file line number Diff line number Diff line change 22pybind11 — smart_holder branch
33==============================
44
5+ NOTE
6+ ====
7+
8+ **THIS BRANCH IS OBSOLETE. ** — It was merged into the pybind11 master branch
9+ with `PR #5542 <https://github.com/pybind/pybind11/pull/5542 >`_.
10+
11+ Please switch to pybind11 master or future pybind11 releases.
12+
13+ You will need to remove ``#include <pybind11/smart_holder.h> ``
14+ from your code, and these obsolete macros:
15+ ``PYBIND11_TYPE_CASTER_BASE_HOLDER ``,
16+ ``PYBIND11_SMART_HOLDER_TYPE_CASTERS ``,
17+ ``PYBIND11_SH_AVL ``,
18+ ``PYBIND11_SH_DEF ``.
519
620Overview
721========
You can’t perform that action at this time.
0 commit comments