mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Fix linking issue.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user