Commits

Michael Gottesman committed d55ebaec423
[arc] Make all *RefCountStates and RCStateTransition trivially destructable and constructable. Tested via static assert. There is no reason for these data structures to not have these properties. Adding these properties will improve the compile time efficiency of ARC by allowing for cheaper copying and 0 cost destruction.