Prevent AtomicHashArray being contstructed with 0 elements
Summary: An atomic hash array with zero elements isn't useful in any way, not even as an empty set (due to it not being comparable), and there are multiple places that simply crash if you try to use, so just prevent it from being constructed in the first place. Reviewed By: yfeldblum Differential Revision: D15789540 fbshipit-source-id: a811f70fb0e9e21a83dc9aea79ec017ae2d7e0a5
Showing
Please register or sign in to comment