Skip to content

Commit

Permalink
Update include/pybind11/pybind11.h
Browse files Browse the repository at this point in the history
  • Loading branch information
henryiii committed Aug 7, 2023
1 parent d72fec6 commit c5b493c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/pybind11/pybind11.h
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ class cpp_function : public function {

/* Dispatch code which converts function arguments and performs the actual function call */
rec->impl = [](function_call &call) -> handle {
cast_in args_converter{};
cast_in args_converter;

/* Try to cast the function arguments into the C++ domain */
if (!args_converter.load_args(call)) {
Expand Down

0 comments on commit c5b493c

Please sign in to comment.