We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc090fc commit f327847Copy full SHA for f327847
include/pybind11/pybind11.h
@@ -222,7 +222,7 @@ class cpp_function : public function {
222
223
/* Dispatch code which converts function arguments and performs the actual function call */
224
rec->impl = [](function_call &call) -> handle {
225
- cast_in args_converter{};
+ cast_in args_converter;
226
227
/* Try to cast the function arguments into the C++ domain */
228
if (!args_converter.load_args(call)) {
0 commit comments