mirror of
https://github.com/RYDE-WORK/pybind11.git
synced 2026-02-06 23:56:59 +08:00
Remove duplicate protected:/private:
This commit is contained in:
parent
a3d41d103c
commit
b11b144603
@ -832,7 +832,6 @@ protected:
|
|||||||
return result.release();
|
return result.release();
|
||||||
}
|
}
|
||||||
|
|
||||||
protected:
|
|
||||||
std::tuple<make_caster<Tuple>...> value;
|
std::tuple<make_caster<Tuple>...> value;
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -1273,7 +1272,6 @@ private:
|
|||||||
return std::forward<Func>(f)(cast_op<Args>(std::get<Is>(value))...);
|
return std::forward<Func>(f)(cast_op<Args>(std::get<Is>(value))...);
|
||||||
}
|
}
|
||||||
|
|
||||||
private:
|
|
||||||
std::tuple<make_caster<Args>...> value;
|
std::tuple<make_caster<Args>...> value;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user