Merge pull request #170 from pmconrad/node_crashes

Make for-core-3-3 branch mergable with master
This commit is contained in:
Peter Conrad 2019-09-23 07:59:51 +02:00 committed by GitHub
commit 9593e5d3bb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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