We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8cf283 commit 9336325Copy full SHA for 9336325
include/pybind11/smart_holder.h
@@ -5,8 +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.");
+static_assert(PYBIND11_INTERNALS_VERSION != 106,
+ "pybind11 ABI version 106 is required for smart_holder functionality.");
10
11
// Legacy macros introduced with smart_holder_type_casters implementation in 2021.
12
// Deprecated.
0 commit comments