Skip to content

Commit f2536eb

Browse files
committed
Update include/pybind11/pybind11.h
1 parent a6240fc commit f2536eb

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
@@ -265,7 +265,7 @@ class cpp_function : public function {
265265

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

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

0 commit comments

Comments
 (0)