llvm icon indicating copy to clipboard operation
llvm copied to clipboard

[SYCL][ABI-Break] Add noexcept to has_property

Open steffenlarsen opened this issue 3 years ago • 1 comments

SYCL 2020 adds noexcept to has_property on SYCL objects that take property_list arguments. This changes adjust the existing implementation accordingly.

Signed-off-by: Steffen Larsen [email protected]

steffenlarsen avatar Aug 08 '22 09:08 steffenlarsen

This is a reopening of https://github.com/intel/llvm/pull/4889 as we are now able to break ABI.

steffenlarsen avatar Aug 08 '22 09:08 steffenlarsen