Skip to content

Commit c49f827

Browse files
Remove __SYCL_DISABLE_NAMESPACE_INLINE__ support
This PR breaks it, but it doesn't matter because next PR would remove cl:: completely.
1 parent 1f03f3c commit c49f827

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

sycl/include/sycl/detail/defines_elementary.hpp

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,9 @@
88

99
#pragma once
1010

11-
#ifndef __SYCL_DISABLE_NAMESPACE_INLINE__
1211
#define __SYCL_INLINE_NAMESPACE(X) inline namespace X
13-
#else
14-
#define __SYCL_INLINE_NAMESPACE(X) namespace X
15-
#endif // __SYCL_DISABLE_NAMESPACE_INLINE__
12+
13+
#define __SYCL_INLINE_VER_NAMESPACE(X) inline namespace X
1614

1715
#ifndef __has_attribute
1816
#define __has_attribute(x) 0

0 commit comments

Comments
 (0)