Skip to content

Commit

Permalink
Ensure that virtual default implementation has the same kwargs as dis…
Browse files Browse the repository at this point in the history
…patcher
  • Loading branch information
jvansanten authored and stefanseefeld committed Sep 17, 2024
1 parent 0102b31 commit c76d67e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/boost/python/pure_virtual.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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))
)
);
Expand Down

0 comments on commit c76d67e

Please sign in to comment.