File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed
Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 3939PYBIND11_NAMESPACE_BEGIN (PYBIND11_NAMESPACE)
4040PYBIND11_NAMESPACE_BEGIN(detail)
4141
42- // Forward-declaration; see detail/class.h
43- std::string get_fully_qualified_tp_name(PyTypeObject*);
44-
4542// / A life support system for temporary objects created by `type_caster::load()`.
4643// / Adding a patient will keep it alive up until the enclosing function returns.
4744class loader_life_support {
Original file line number Diff line number Diff line change @@ -853,8 +853,8 @@ class any_container {
853853 const std::vector<T> *operator ->() const { return &v; }
854854};
855855
856- PYBIND11_NAMESPACE_END (detail)
857-
858-
856+ // Forward-declaration; see detail/class.h
857+ std::string get_fully_qualified_tp_name (PyTypeObject*);
859858
859+ PYBIND11_NAMESPACE_END (detail)
860860PYBIND11_NAMESPACE_END (PYBIND11_NAMESPACE)
You can’t perform that action at this time.
0 commit comments