Disallow using NOperands/NResults when N < 2. We have special traits for the...
Disallow using NOperands/NResults when N < 2. We have special traits for the case of 0/1 that we explicitly check for throughout the codebase. This also fixes weird build failures in MSVC where it doesn't properly handle template type aliases. PiperOrigin-RevId: 253269936
Loading
Please sign in to comment