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 39
39
PYBIND11_NAMESPACE_BEGIN (PYBIND11_NAMESPACE)
40
40
PYBIND11_NAMESPACE_BEGIN(detail)
41
41
42
- // Forward-declaration; see detail/class.h
43
- std::string get_fully_qualified_tp_name(PyTypeObject*);
44
-
45
42
// / A life support system for temporary objects created by `type_caster::load()`.
46
43
// / Adding a patient will keep it alive up until the enclosing function returns.
47
44
class loader_life_support {
Original file line number Diff line number Diff line change @@ -853,8 +853,8 @@ class any_container {
853
853
const std::vector<T> *operator ->() const { return &v; }
854
854
};
855
855
856
- PYBIND11_NAMESPACE_END (detail)
857
-
858
-
856
+ // Forward-declaration; see detail/class.h
857
+ std::string get_fully_qualified_tp_name (PyTypeObject*);
859
858
859
+ PYBIND11_NAMESPACE_END (detail)
860
860
PYBIND11_NAMESPACE_END (PYBIND11_NAMESPACE)
You can’t perform that action at this time.
0 commit comments