Skip to content

Commit 8f0e2a3

Browse files
committed
Remove explicit
1 parent 76f7a7b commit 8f0e2a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/pybind11/functional.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ struct func_handle {
4343
struct func_wrapper_base {
4444
func_handle hfunc;
4545
return_value_policy_pack rvpp;
46-
explicit func_wrapper_base(func_handle &&hf, const return_value_policy_pack &rvpp) noexcept
46+
func_wrapper_base(func_handle &&hf, const return_value_policy_pack &rvpp) noexcept
4747
: hfunc(hf), rvpp(rvpp) {}
4848
};
4949

0 commit comments

Comments
 (0)