Skip to content

Commit 65a8e23

Browse files
authored
Fix compiler error
1 parent a34b463 commit 65a8e23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/include/sycl/ext/oneapi/experimental/work_group_memory.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ class __SYCL_SPECIAL_CLASS __SYCL_TYPE(work_group_memory) work_group_memory
5757
#ifdef __SYCL_DEVICE_ONLY__
5858
work_group_memory() = default;
5959
#endif
60-
work_group_memory(const indeterminate_t &);
60+
work_group_memory(const indeterminate_t &indeterminate) {};
6161
work_group_memory(const work_group_memory &rhs) = default;
6262
work_group_memory &operator=(const work_group_memory &rhs) = default;
6363
template <typename T = DataT,

0 commit comments

Comments
 (0)