mirror of
https://github.com/pybind/pybind11.git
synced 2025-02-22 16:39:29 +00:00
Merge 972a2ec1f9
into eba3d617ee
This commit is contained in:
commit
3de7480e2d
@ -6,6 +6,11 @@
|
||||
|
||||
#include "pybind11.h"
|
||||
|
||||
#if !defined(PYBIND11_SMART_HOLDER_DISABLE)
|
||||
static_assert(PYBIND11_INTERNALS_VERSION >= 106,
|
||||
"pybind11 ABI version 106 is required for smart_holder functionality.");
|
||||
#endif
|
||||
|
||||
// Legacy macros introduced with smart_holder_type_casters implementation in 2021.
|
||||
// Deprecated.
|
||||
#define PYBIND11_TYPE_CASTER_BASE_HOLDER(...)
|
||||
|
Loading…
Reference in New Issue
Block a user