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 Nov 15, 2023
1 parent 126ed96 commit 80618dd
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 @@ -265,7 +265,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 80618dd

Please sign in to comment.