Merge pull request #175 from bitshares/nathanhourt-fix-warnings
Fix warning in zeroed_array.hpp
This commit is contained in:
commit
e48941b87e
1 changed files with 0 additions and 1 deletions
|
|
@ -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 > > {};
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue