Skip to content

Commit f327847

Browse files
authored
Update include/pybind11/pybind11.h
1 parent cc090fc commit f327847

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/pybind11/pybind11.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ class cpp_function : public function {
222222

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

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

0 commit comments

Comments
 (0)