Skip to content

Commit 63dc630

Browse files
Add "#end //..." comment
1 parent 3136ba8 commit 63dc630

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/include/CL/sycl/handler.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1853,7 +1853,7 @@ class __SYCL_EXPORT handler {
18531853
if (CopyEvent)
18541854
MLastEvent = *CopyEvent;
18551855
}
1856-
#endif
1856+
#endif // __cplusplus >= 201703L
18571857

18581858
/// Hierarchical kernel invocation method of a kernel defined as a lambda
18591859
/// encoding the body of each work-group to launch.

0 commit comments

Comments
 (0)