Change typedefs from private to protected to fix MSVC compilation

This commit is contained in:
Eugene Zhulenev
2019-09-03 19:11:36 -07:00
parent 47fefa235f
commit f59bed7a13
2 changed files with 3 additions and 0 deletions

View File

@@ -90,6 +90,7 @@ struct unary_evaluator<SparseView<ArgType>, IteratorBased>
class InnerIterator : public EvalIterator
{
protected:
typedef typename XprType::Scalar Scalar;
public: