mirror of
https://gitlab.com/libeigen/eigen.git
synced 2024-12-27 07:29:52 +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;
|
||||
};
|
||||
|
||||
AllRange make_indexing(all_t , Index size) {
|
||||
inline AllRange make_indexing(all_t , Index size) {
|
||||
return AllRange(size);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user