mirror of
https://github.com/boostorg/python.git
synced 2026-01-22 17:32:55 +00:00
detail-ification
[SVN r8270]
This commit is contained in:
@@ -132,7 +132,6 @@ namespace detail {
|
||||
return 2;
|
||||
}
|
||||
}
|
||||
} // namespace detail
|
||||
|
||||
ExtensionInstance* get_extension_instance(PyObject* p)
|
||||
{
|
||||
@@ -448,9 +447,6 @@ void ExtensionClassBase::set_attribute(const char* name, Ptr x)
|
||||
detail::enable_named_method(this, name);
|
||||
}
|
||||
|
||||
namespace detail
|
||||
{
|
||||
|
||||
operator_dispatcher::operator_dispatcher(const Ptr& o, const Ptr& s)
|
||||
: m_object(o), m_self(s), m_free_list_link(0)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user