mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-01-24 14:45:14 +08:00
Fixing the compilation error.
This commit is contained in:
parent
225fa112aa
commit
3074b1ff9e
@ -21,6 +21,7 @@ namespace Eigen {
|
||||
template<typename T> struct MakePointer {
|
||||
typedef T* Type;
|
||||
typedef T& RefType;
|
||||
typedef T ScalarType;
|
||||
};
|
||||
|
||||
namespace internal{
|
||||
|
Loading…
Reference in New Issue
Block a user