No need for static

This commit is contained in:
Andreas Fabri 2016-12-05 09:28:14 +01:00 committed by Laurent Rineau
parent 8972c92a14
commit f1a39ef43f
1 changed files with 1 additions and 1 deletions

View File

@ -922,7 +922,7 @@ protected:
return Operator::get_name();
}
private:
static Operator Op;
Operator Op;
};//AddSubRep class
template <class Operator>