Merge pull request #175 from bitshares/nathanhourt-fix-warnings

Fix warning in zeroed_array.hpp
This commit is contained in:
Nathan Hourt 2019-11-05 11:06:47 -06:00 committed by GitHub
commit e48941b87e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 > > {};
}