mirror of
https://github.com/pybind/pybind11.git
synced 2025-02-23 08:59:43 +00:00
Merge 972a2ec1f9
into 7903850034
This commit is contained in:
commit
64490f3545
@ -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