We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da59799 commit 7f3aceaCopy full SHA for 7f3acea
include/boost/python/object/pointer_holder.hpp
@@ -73,8 +73,9 @@ struct pointer_holder : instance_holder
73
template <class Pointer, class Value>
74
struct pointer_holder_back_reference : instance_holder
75
{
76
- typedef typename python::pointee<Pointer>::type held_type;
77
private:
+ typedef typename python::pointee<Pointer>::type held_type;
78
+ public:
79
typedef Value value_type;
80
81
// Not sure about this one -- can it work? The source object
0 commit comments