1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 15:23:05 +04:00

Removed unused Dynamic from matlab namespace - clashing with Eigen

This commit is contained in:
hbristow
2013-09-06 15:26:05 +10:00
parent 7e5bbec895
commit 6964f6aacc
@@ -107,7 +107,6 @@ static void error(const std::string& str) {
// ----------------------------------------------------------------------------
class DefaultTraits {};
class InheritType {};
static const int Dynamic = -1;
template<typename _Tp = DefaultTraits> class Traits {
public: