Skip to content

Commit 078d909

Browse files
authored
Update sycl/include/CL/sycl/usm/usm_allocator.hpp
1 parent 963d23d commit 078d909

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/include/CL/sycl/usm/usm_allocator.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ class usm_allocator {
5454
MContext = Other.MContext;
5555
MDevice = Other.MDevice;
5656
return *this;
57-
};
57+
}
5858
usm_allocator &operator=(usm_allocator &&Other) {
5959
MContext = std::move(Other.MContext);
6060
MDevice = std::move(Other.MDevice);

0 commit comments

Comments
 (0)