mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Fixing the compilation error.
This commit is contained in:
@@ -21,6 +21,7 @@ namespace Eigen {
|
|||||||
template<typename T> struct MakePointer {
|
template<typename T> struct MakePointer {
|
||||||
typedef T* Type;
|
typedef T* Type;
|
||||||
typedef T& RefType;
|
typedef T& RefType;
|
||||||
|
typedef T ScalarType;
|
||||||
};
|
};
|
||||||
|
|
||||||
namespace internal{
|
namespace internal{
|
||||||
|
|||||||
Reference in New Issue
Block a user