1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-04-04 03:05:55 +01:00
Michael Marshall 4e87cbd400 Fix build with Intel '17 compiler, i.e. workaround incorrect auto types for c++ style definitions.
E.g. assuming T::rank is an int, then objects defined like so:
const auto rank{T::rank};
should also be int. Unfortunately, Intel '17 instead defines them to be std::initializer_list<int>, then proceeds to complain where these variables are used that they cannot be converted to int. NB: This was fixed under Intel '18
2019-03-23 09:28:41 +00:00
..
2019-02-10 20:47:35 +00:00
2018-09-29 15:48:05 +01:00
2018-11-19 11:27:57 +00:00
2018-11-23 15:51:27 +00:00
2019-03-07 14:33:04 +00:00
2019-02-26 11:29:12 +00:00
2018-09-10 15:16:59 +01:00