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 67aa143 commit f1d99faCopy full SHA for f1d99fa
sycl/include/sycl/ext/oneapi/experimental/work_group_memory.hpp
@@ -71,7 +71,7 @@ class __SYCL_SPECIAL_CLASS __SYCL_TYPE(work_group_memory) work_group_memory
71
#endif
72
73
public:
74
- work_group_memory(const indeterminate_t &) {};
+ work_group_memory(const indeterminate_t &) { check_props_empty(); };
75
work_group_memory(const work_group_memory &rhs) = default;
76
work_group_memory &operator=(const work_group_memory &rhs) = default;
77
template <typename T = DataT,
0 commit comments