mirror of
https://github.com/ETLCPP/etl.git
synced 2026-06-30 06:18:50 +08:00
Simplified definition
This commit is contained in:
parent
8354de78e1
commit
895a132fcb
@ -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