From 821e13a5a45f7d3f459a304392653faf79d59cec Mon Sep 17 00:00:00 2001 From: "Ralf W. Grosse-Kunstleve" Date: Wed, 1 Nov 2023 16:59:25 -0700 Subject: [PATCH] Revert "Very simple experiment related to https://github.com/pybind/pybind11/pull/4850#issuecomment-1789780676" This reverts commit fe59369f408d354edef16e3d40e2f90d9c2a9ba8. --- include/pybind11/detail/smart_holder_poc.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/include/pybind11/detail/smart_holder_poc.h b/include/pybind11/detail/smart_holder_poc.h index b86c5f3b18..0f71586f7e 100644 --- a/include/pybind11/detail/smart_holder_poc.h +++ b/include/pybind11/detail/smart_holder_poc.h @@ -58,12 +58,6 @@ High-level aspects: #pragma once -#if defined(_MSC_VER) && !defined(PYBIND11_TESTS_PURE_CPP_SMART_HOLDER_POC_TEST_CPP) -// Experiment related to -// https://github.com/pybind/pybind11/pull/4850#issuecomment-1789780676 -# define PYBIND11_TESTS_PURE_CPP_SMART_HOLDER_POC_TEST_CPP -#endif - #include #include #include