has_fetch_add_v should take a value type, not an atomic<>.
So pass it OutputType rather than InternalType (which may be atomic. Fixes compilation failure seen with gcc11.
So pass it OutputType rather than InternalType (which may be atomic. Fixes compilation failure seen with gcc11.