File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -76,10 +76,14 @@ you may incrementally adopt new features where appropriate:
76
76
There is no urgency to refactor existing, working bindings — adopt new
77
77
features as the need arises or as part of ongoing maintenance efforts.
78
78
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
83
87
84
88
.. _upgrade-guide-2.12 :
85
89
You can’t perform that action at this time.
0 commit comments