Skip to content

Commit 30b9c26

Browse files
committed
std::enabled_shared_from_this private inheritance is resolved by PR #5590
1 parent 5954102 commit 30b9c26

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

docs/upgrade.rst

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,14 @@ you may incrementally adopt new features where appropriate:
7676
There is no urgency to refactor existing, working bindings — adopt new
7777
features as the need arises or as part of ongoing maintenance efforts.
7878

79-
TODO ADD WARNINGS:
80-
* std::enabled_shared_from_this private inheritance
81-
* holder caster traits specializations may be needed
82-
* enum caster traits specializations may be needed
79+
Potential stumbling blocks when migrating to v3.0
80+
-------------------------------------------------
81+
82+
The following issues are very unlikely to arise, and easy to work around:
83+
84+
* TODO holder caster traits specializations may be needed
85+
86+
* TODO enum caster traits specializations may be needed
8387

8488
.. _upgrade-guide-2.12:
8589

0 commit comments

Comments
 (0)