mirror of
https://github.com/boostorg/python.git
synced 2026-01-19 04:22:16 +00:00
Ensure that virtual default implementation has the same kwargs as dispatcher
This commit is contained in:
committed by
Stefan Seefeld
parent
0102b31945
commit
c76d67ef3f
@@ -96,6 +96,7 @@ namespace detail
|
||||
, make_function(
|
||||
detail::nullary_function_adaptor<void(*)()>(pure_virtual_called)
|
||||
, default_call_policies()
|
||||
, options.keywords()
|
||||
, detail::error_signature<held_type>(detail::get_signature(m_pmf))
|
||||
)
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user