2
0
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:
Ullrich Köthe
2000-11-20 11:16:18 +00:00
parent 6b3af7fe7b
commit 987df9cab0
5 changed files with 59 additions and 91 deletions

View File

@@ -23,9 +23,7 @@ class ClassWrapper
}
~ClassWrapper()
{
m_class->share_method_tables();
}
{}
// define constructors
template <class Signature>