FC Updates from BitShares and myself #21

Closed
nathanielhourt wants to merge 687 commits from dapp-support into latest-fc
Showing only changes of commit 9593e5d3bb - Show all commits

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