Skip to content

DPC++ daily 2021-11-01

Pre-release
Pre-release
Compare
Choose a tag to compare
@bb-sycl bb-sycl released this 01 Nov 18:17
· 126943 commits to sycl since this release
347b114
[SYCL] Disable std::byte code by _HAS_STD_BYTE (#4834)

MS VS allows to disable std::byte type using __HAS_STD_BYTE=0
(https://devblogs.microsoft.com/cppblog/c17-features-and-stl-fixes-in-vs-2017-15-3/).

This patch disables SYCL code which relies on this type in this case.