2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-28 07:22:31 +00:00

fix definition of opaque<Pointer>::type_object

[SVN r53754]
This commit is contained in:
Haoyu Bai
2009-06-08 16:35:18 +00:00
parent 15f4a59969
commit 06aca4c52d

View File

@@ -121,8 +121,7 @@ opaque<Pointee> opaque<Pointee>::instance;
template <class Pointee>
PyTypeObject opaque<Pointee>::type_object =
{
PyObject_HEAD_INIT(0)
0,
PyVarObject_HEAD_INIT(NULL, 0)
0,
sizeof( BOOST_DEDUCED_TYPENAME opaque<Pointee>::python_instance ),
0,