mirror of
https://github.com/boostorg/python.git
synced 2026-01-20 04:42:28 +00:00
minor tweak...
[SVN r15346]
This commit is contained in:
@@ -90,8 +90,7 @@ class module : public detail::module_base
|
||||
// convert sig to a type_list (see detail::get_signature in signature.hpp)
|
||||
// before calling detail::define_with_defaults.
|
||||
detail::define_with_defaults(
|
||||
name, stubs, default_call_policies(),
|
||||
*this, detail::get_signature(sig), doc);
|
||||
name, stubs, *this, detail::get_signature(sig));
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user