Remove include/pybind11/smart_holder.h

This commit is contained in:
Ralf W. Grosse-Kunstleve
2025-02-22 13:28:13 -08:00
parent f01bc09dd6
commit 4d8973ec91
20 changed files with 0 additions and 45 deletions

View File

@@ -164,7 +164,6 @@ set(PYBIND11_HEADERS
include/pybind11/operators.h
include/pybind11/pybind11.h
include/pybind11/pytypes.h
include/pybind11/smart_holder.h
include/pybind11/stl.h
include/pybind11/stl_bind.h
include/pybind11/stl/filesystem.h

View File

@@ -1,14 +0,0 @@
// Copyright (c) 2021-2024 The Pybind Development Team.
// All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
#pragma once
#include "pybind11.h"
// Legacy macros introduced with smart_holder_type_casters implementation in 2021.
// Deprecated.
#define PYBIND11_TYPE_CASTER_BASE_HOLDER(...)
#define PYBIND11_SMART_HOLDER_TYPE_CASTERS(...)
#define PYBIND11_SH_AVL(...) // "Smart_Holder if AVaiLable"
#define PYBIND11_SH_DEF(...) // "Smart_Holder if DEFault"

View File

@@ -43,7 +43,6 @@ main_headers = {
"include/pybind11/options.h",
"include/pybind11/pybind11.h",
"include/pybind11/pytypes.h",
"include/pybind11/smart_holder.h",
"include/pybind11/stl.h",
"include/pybind11/stl_bind.h",
"include/pybind11/trampoline_self_life_support.h",

View File

@@ -1,5 +1,3 @@
#include <pybind11/smart_holder.h>
#include "pybind11_tests.h"
#include <memory>

View File

@@ -1,5 +1,3 @@
#include <pybind11/smart_holder.h>
#include "pybind11_tests.h"
#include <memory>

View File

@@ -1,5 +1,3 @@
#include <pybind11/smart_holder.h>
#include "pybind11_tests.h"
#include <memory>

View File

@@ -1,5 +1,3 @@
#include <pybind11/smart_holder.h>
#include "pybind11_tests.h"
#include <memory>

View File

@@ -1,5 +1,3 @@
#include <pybind11/smart_holder.h>
#include "pybind11_tests.h"
#include <memory>

View File

@@ -1,6 +1,3 @@
#include <pybind11/pybind11.h>
#include <pybind11/smart_holder.h>
#include "pybind11_tests.h"
#include <cstddef>

View File

@@ -3,7 +3,6 @@
// valu(e), ref(erence), ptr or p (pointer), r = rvalue, m = mutable, c = const,
// sh = shared_ptr, uq = unique_ptr.
#include "pybind11/smart_holder.h"
#include "pybind11_tests.h"
#include <memory>

View File

@@ -1,4 +1,3 @@
#include "pybind11/smart_holder.h"
#include "pybind11_tests.h"
#include <cstddef>

View File

@@ -1,5 +1,3 @@
#include <pybind11/smart_holder.h>
#include "pybind11_tests.h"
#include <memory>

View File

@@ -1,5 +1,3 @@
#include <pybind11/smart_holder.h>
#include "pybind11_tests.h"
#include <memory>

View File

@@ -2,7 +2,6 @@
// All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
#include "pybind11/smart_holder.h"
#include "pybind11/trampoline_self_life_support.h"
#include "pybind11_tests.h"

View File

@@ -2,7 +2,6 @@
// All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
#include "pybind11/smart_holder.h"
#include "pybind11_tests.h"
#include <memory>

View File

@@ -2,7 +2,6 @@
// All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
#include "pybind11/smart_holder.h"
#include "pybind11_tests.h"
#include <utility>

View File

@@ -2,7 +2,6 @@
// All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
#include "pybind11/smart_holder.h"
#include "pybind11/trampoline_self_life_support.h"
#include "pybind11_tests.h"

View File

@@ -1,5 +1,3 @@
#include <pybind11/smart_holder.h>
#include "pybind11_tests.h"
#include <memory>

View File

@@ -1,5 +1,3 @@
#include <pybind11/smart_holder.h>
#include "pybind11_tests.h"
#include <memory>

View File

@@ -1,5 +1,3 @@
#include <pybind11/smart_holder.h>
#include "pybind11_tests.h"
#include <memory>