mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-06-04 18:54:00 +08:00
Fix linking issue.
This commit is contained in:
parent
e63678bc89
commit
96e6cf9aa2
@ -526,7 +526,7 @@ struct MakeIndexing<all_t> {
|
|||||||
typedef AllRange type;
|
typedef AllRange type;
|
||||||
};
|
};
|
||||||
|
|
||||||
AllRange make_indexing(all_t , Index size) {
|
inline AllRange make_indexing(all_t , Index size) {
|
||||||
return AllRange(size);
|
return AllRange(size);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user