2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-27 19:12:16 +00:00

Convertibility checks now collect the auxiliary conversion data

[SVN r12186]
This commit is contained in:
Dave Abrahams
2002-01-01 18:21:06 +00:00
parent 1247ff2543
commit 015b875a9e
3 changed files with 29 additions and 38 deletions

View File

@@ -21,4 +21,11 @@ unwrapper_base::~unwrapper_base()
registry::remove(*this);
}
namespace
{
int arbitrary;
}
void* const unwrapper_base::non_null = &arbitrary;
}}} // namespace boost::python::converter