mirror of
https://github.com/ETLCPP/etl.git
synced 2026-04-30 19:09:10 +08:00
Added missing 'typename' to type_list nth_type
This commit is contained in:
parent
2862b3b247
commit
01a0b63919
@ -65,7 +65,7 @@ namespace etl
|
||||
template <size_t Index, typename... TTypes>
|
||||
struct nth_type<Index, etl::type_list<TTypes...>> : public nth_type<Index, TTypes...>
|
||||
{
|
||||
using nth_type<Index, TTypes...>::type;
|
||||
using typename nth_type<Index, TTypes...>::type;
|
||||
};
|
||||
|
||||
//***********************************
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user