mirror of
https://github.com/pybind/pybind11.git
synced 2024-11-22 13:15:12 +00:00
Remove duplicate protected:/private:
This commit is contained in:
parent
a3d41d103c
commit
b11b144603
@ -832,7 +832,6 @@ protected:
|
||||
return result.release();
|
||||
}
|
||||
|
||||
protected:
|
||||
std::tuple<make_caster<Tuple>...> value;
|
||||
};
|
||||
|
||||
@ -1273,7 +1272,6 @@ private:
|
||||
return std::forward<Func>(f)(cast_op<Args>(std::get<Is>(value))...);
|
||||
}
|
||||
|
||||
private:
|
||||
std::tuple<make_caster<Args>...> value;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user