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 e531b05 commit 52bf8a4Copy full SHA for 52bf8a4
sycl/include/sycl/ext/oneapi/experimental/work_group_memory.hpp
@@ -56,7 +56,7 @@ class __SYCL_SPECIAL_CLASS __SYCL_TYPE(work_group_memory) work_group_memory
56
work_group_memory() = default;
57
58
public:
59
- work_group_memory(const indeterminate_t &){};
+ work_group_memory(const indeterminate_t &) {};
60
work_group_memory(const work_group_memory &rhs) = default;
61
work_group_memory &operator=(const work_group_memory &rhs) = default;
62
template <typename T = DataT,
0 commit comments