Skip to content

Commit 9ef84c2

Browse files
committed
Fix build after merge
1 parent ef83061 commit 9ef84c2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sycl/include/sycl/accessor.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1194,7 +1194,6 @@ class __SYCL_SPECIAL_CLASS __SYCL_TYPE(accessor) accessor :
11941194
using value_type = DataT;
11951195
using reference = DataT &;
11961196
using const_reference = const DataT &;
1197-
using difference_type = size_t;
11981197

11991198
using iterator = typename detail::__accessor_iterator<DataT, Dimensions>;
12001199
using const_iterator =

0 commit comments

Comments
 (0)