2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-25 18:32:24 +00:00

Moved pointee up from detail

[SVN r13810]
This commit is contained in:
Dave Abrahams
2002-05-10 15:47:59 +00:00
parent 710374ed1e
commit 63deae3ab2
4 changed files with 47 additions and 8 deletions

View File

@@ -14,7 +14,7 @@
# include <boost/type.hpp>
# include <boost/mpl/select_type.hpp>
# include <boost/mpl/apply.hpp>
# include <boost/python/detail/pointee.hpp>
# include <boost/python/pointee.hpp>
# include <boost/python/detail/preprocessor.hpp>
# include <boost/preprocessor/enum_params.hpp>
@@ -56,7 +56,7 @@ template <class Pointer, class Value>
struct pointer_holder_back_reference : instance_holder
{
private:
typedef typename python::detail::pointee<Pointer>::type held_type;
typedef typename python::pointee<Pointer>::type held_type;
public:
pointer_holder_back_reference(Pointer);