We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 963d23d commit 078d909Copy full SHA for 078d909
sycl/include/CL/sycl/usm/usm_allocator.hpp
@@ -54,7 +54,7 @@ class usm_allocator {
54
MContext = Other.MContext;
55
MDevice = Other.MDevice;
56
return *this;
57
- };
+ }
58
usm_allocator &operator=(usm_allocator &&Other) {
59
MContext = std::move(Other.MContext);
60
MDevice = std::move(Other.MDevice);
0 commit comments