Added std::tuple_size for master compatibility
This commit is contained in:
parent
ed479c8c3e
commit
ec77b4943c
1 changed files with 6 additions and 0 deletions
|
|
@ -72,3 +72,9 @@ namespace fc {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
namespace std {
|
||||||
|
template<>
|
||||||
|
template< typename T, size_t N >
|
||||||
|
class tuple_size< fc::zero_initialized_array< T, N > > : public tuple_size< array< T, N > > {};
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue