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 76f7a7b commit 8f0e2a3Copy full SHA for 8f0e2a3
include/pybind11/functional.h
@@ -43,7 +43,7 @@ struct func_handle {
43
struct func_wrapper_base {
44
func_handle hfunc;
45
return_value_policy_pack rvpp;
46
- explicit func_wrapper_base(func_handle &&hf, const return_value_policy_pack &rvpp) noexcept
+ func_wrapper_base(func_handle &&hf, const return_value_policy_pack &rvpp) noexcept
47
: hfunc(hf), rvpp(rvpp) {}
48
};
49
0 commit comments