diff --git a/include/pybind11/cast.h b/include/pybind11/cast.h index 7e78d7b23..6edb11041 100644 --- a/include/pybind11/cast.h +++ b/include/pybind11/cast.h @@ -832,7 +832,6 @@ protected: return result.release(); } -protected: std::tuple...> value; }; @@ -1273,7 +1272,6 @@ private: return std::forward(f)(cast_op(std::get(value))...); } -private: std::tuple...> value; };