-
- Downloads
add operators ">" ">=" "<" and "<=" to FieldVector<1>. The problem is
that std::array defines these operators aswell and c++ prefers to complain about an inaccesible base class, rather than using the cast operator :-( [[Imported from SVN: r6167]]
Please register or sign in to comment