thrust icon indicating copy to clipboard operation
thrust copied to clipboard

Remove remnants of `throw()`

Open miscco opened this issue 3 years ago • 1 comments

the throw() specification has been removed with C++20 and will error out on us.

So rather than that, simply use noexcept, as C++03 is thankfully a thing of the past

Fixes nvbug3799847

miscco avatar Sep 21 '22 12:09 miscco

run tests

miscco avatar Sep 21 '22 12:09 miscco