We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d37eb9 commit b8cf283Copy full SHA for b8cf283
include/pybind11/smart_holder.h
@@ -5,6 +5,8 @@
5
#pragma once
6
7
#include "pybind11.h"
8
+static_assert(PYBIND11_INTERNALS_VERSION >= 6,
9
+ "pybind11 ABI version 6 is required for smart_holder functionality.");
10
11
// Legacy macros introduced with smart_holder_type_casters implementation in 2021.
12
// Deprecated.
0 commit comments