Commit 6964f6aa authored by hbristow's avatar hbristow

Removed unused Dynamic from matlab namespace - clashing with Eigen

parent 7e5bbec8
...@@ -107,7 +107,6 @@ static void error(const std::string& str) { ...@@ -107,7 +107,6 @@ static void error(const std::string& str) {
// ---------------------------------------------------------------------------- // ----------------------------------------------------------------------------
class DefaultTraits {}; class DefaultTraits {};
class InheritType {}; class InheritType {};
static const int Dynamic = -1;
template<typename _Tp = DefaultTraits> class Traits { template<typename _Tp = DefaultTraits> class Traits {
public: public:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment