From 083000ef677d5c2f113fa63c541d1a2c45d829b4 Mon Sep 17 00:00:00 2001 From: "Ralf W. Grosse-Kunstleve" Date: Tue, 18 Feb 2025 20:29:54 -0800 Subject: [PATCH] Remove `#define PYBIND11_SMART_HOLDER_ENABLED` --- include/pybind11/detail/common.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/pybind11/detail/common.h b/include/pybind11/detail/common.h index 765812a4b..533e22058 100644 --- a/include/pybind11/detail/common.h +++ b/include/pybind11/detail/common.h @@ -22,8 +22,6 @@ // Additional convention: 0xD = dev #define PYBIND11_VERSION_HEX 0x030000D1 -#define PYBIND11_SMART_HOLDER_ENABLED // TODO(rwgk): purge - // Define some generic pybind11 helper macros for warning management. // // Note that compiler-specific push/pop pairs are baked into the