mirror of
https://github.com/boostorg/python.git
synced 2026-01-27 19:12:16 +00:00
TypeObjectBase: always try sharing of method table automatically (thus, share_method_tables() is no longer needed and was removed)
[SVN r8267]
This commit is contained in:
@@ -23,9 +23,7 @@ class ClassWrapper
|
||||
}
|
||||
|
||||
~ClassWrapper()
|
||||
{
|
||||
m_class->share_method_tables();
|
||||
}
|
||||
{}
|
||||
|
||||
// define constructors
|
||||
template <class Signature>
|
||||
|
||||
Reference in New Issue
Block a user