-RM-211-MR-OW won't compile on MAC OSX Lion
compilation with MAC OSX default compiler, clang gives those warnings:
@In file included from /Users/.../Developer/OpenWalnut-1.3.0+hg5817/src/core/common/math/WTensorSym.h:34: /Users/.../Developer/OpenWalnut-1.3.0+hg5817/src/core/common/math/WTensorBase.h:477:20: error: use 'template' keyword to treat 'operator []' as a dependent template name m_data = t.operator[]< std::size_t >( NULL ); ^ template /Users/.../Developer/OpenWalnut-1.3.0+hg5817/src/core/common/math/WTensorBase.h:502:20: error: use 'template' keyword to treat 'operator []' as a dependent template name m_data = t.operator[]< std::size_t >( NULL ); ^ template @
(from redmine: created on 2012-10-01, closed on 2012-10-04)