Skip to content

Commit 5367a8e

Browse files
committed
Simplify check whether a mdspan header file is available for inclusion
1 parent 15ef497 commit 5367a8e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

sycl/include/sycl/khr/group_interface.hpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,9 @@
1515
#define SYCL_KHR_GROUP_INTERFACE 1
1616
#endif
1717

18-
#if __cplusplus >= 202302L && defined(__has_include)
1918
#if __has_include(<mdspan>)
2019
#include <mdspan>
2120
#endif
22-
#endif
2321

2422
namespace sycl {
2523
inline namespace _V1 {

0 commit comments

Comments
 (0)