Prevent compiler warning about mixing enumeral and non-enumeral types in ternary expression
Summary: The GCC warning "warning: enumeral and non-enumeral type in conditional expression" is logged a lot in many builds since lots of code depends on small_vector. This diff should prevent those warnings. Reviewed By: yfeldblum Differential Revision: D3762835 fbshipit-source-id: 49831e4364e716592287c05d1dbf1912326324f6
Showing
Please register or sign in to comment