Skip to content

Commit c76d67e

Browse files
jvansantenstefanseefeld
authored andcommitted
Ensure that virtual default implementation has the same kwargs as dispatcher
1 parent 0102b31 commit c76d67e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/boost/python/pure_virtual.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ namespace detail
9696
, make_function(
9797
detail::nullary_function_adaptor<void(*)()>(pure_virtual_called)
9898
, default_call_policies()
99+
, options.keywords()
99100
, detail::error_signature<held_type>(detail::get_signature(m_pmf))
100101
)
101102
);

0 commit comments

Comments
 (0)