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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user