From b11b144603f7b8a8e95d784960fb85e86fde889f Mon Sep 17 00:00:00 2001 From: Jason Rhinelander Date: Wed, 14 Dec 2016 01:46:17 -0500 Subject: [PATCH] Remove duplicate protected:/private: --- include/pybind11/cast.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/pybind11/cast.h b/include/pybind11/cast.h index 7e78d7b2..6edb1104 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; };