Files
eigen/Eigen
Gael Guennebaud 0a7de0b273 Fix compilation issue with MSVC:
MSVC always messes up with shadowed template arguments, for instance in:
  struct B { typedef float T; }
  template<typename T> struct A : B {
    T g;
  };
The type of A<double>::g will be float and not double.
(grafted from a91de27e98
)
2016-11-23 12:24:48 +01:00
..
2016-11-23 12:24:48 +01:00
2016-01-27 22:48:40 +01:00
2016-11-04 18:22:55 -07:00
2016-07-25 18:20:08 +02:00
2016-07-25 18:20:08 +02:00
2016-01-27 22:48:40 +01:00
2016-01-27 22:48:40 +01:00