diff --git a/include/pybind11/pybind11.h b/include/pybind11/pybind11.h index 68a0686c51..2a88a94aca 100644 --- a/include/pybind11/pybind11.h +++ b/include/pybind11/pybind11.h @@ -1824,7 +1824,6 @@ struct property_cpp_function< # define PYBIND11_ACTUALLY_USING_SMART_HOLDER_AS_DEFAULT template using default_holder_type = smart_holder; -# error "Intentional Breakage" #else template using default_holder_type = std::unique_ptr;