mirror of
https://github.com/ETLCPP/etl.git
synced 2026-06-30 14:28:44 +08:00
Merge remote-tracking branch 'origin/feature/multi_fixed_array' into development
This commit is contained in:
commit
5d6ec4de4d
@ -59,8 +59,8 @@ namespace etl
|
||||
};
|
||||
}
|
||||
|
||||
template <typename T, const size_t D1, const size_t... Dx>
|
||||
using multi_array = typename private_multi_array::multi_array_t<T, D1, Dx...>::type;
|
||||
template <typename T, const size_t... Dx>
|
||||
using multi_array = typename private_multi_array::multi_array_t<T, Dx...>::type;
|
||||
|
||||
#endif
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user