Skip to content

has_fetch_add_v should take a value type, not an atomic<>.

Scott Snyder requested to merge ssnyder/Gaudi:gcc11-atomic-20201219 into master

So pass it OutputType rather than InternalType (which may be atomic. Fixes compilation failure seen with gcc11.

Merge request reports