diff --git a/include/fc/container/zeroed_array.hpp b/include/fc/container/zeroed_array.hpp index df1d530..14bd116 100644 --- a/include/fc/container/zeroed_array.hpp +++ b/include/fc/container/zeroed_array.hpp @@ -74,7 +74,6 @@ 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 > > {}; }