2
0
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:
Jakob van Santen
2024-03-11 12:00:14 +01:00
committed by Stefan Seefeld
parent 0102b31945
commit c76d67ef3f

View File

@@ -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))
)
);