committed by
Rasmus Munk Larsen
parent
633c2229fc
commit
2671e63c87
@@ -13,4 +13,7 @@
|
||||
|
||||
#include <tuple>
|
||||
|
||||
int main() { return static_cast<int>(std::tuple_size<Eigen::Array<double, ROWS, COLS>>::value); }
|
||||
int main() {
|
||||
(void)std::tuple_size<Eigen::Array<double, ROWS, COLS>>::value;
|
||||
return 0; // Test should pass.
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user