2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-30 20:12:37 +00:00

enable_named_method moved to detail

[SVN r8039]
This commit is contained in:
Dave Abrahams
2000-10-28 17:19:23 +00:00
parent 00afe41a62
commit c4d8556bf7

View File

@@ -296,7 +296,7 @@ void ExtensionClassBase::add_method(PyPtr<Function> method, const char* name)
Function::add_to_namespace(method, name, target->dict().get());
// If it is a special member function it should be enabled both here and there.
enable_named_method(this, name);
detail::enable_named_method(this, name);
}
void ExtensionClassBase::add_default_method(Function* method, const char* name)