Fix linking issue.

This commit is contained in:
Gael Guennebaud 2017-01-10 16:35:46 +01:00
parent e63678bc89
commit 96e6cf9aa2

View File

@ -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);
} }