Skip to content

Commit 7dff19b

Browse files
committed
Fix failure from merge
Signed-off-by: JackAKirk <jack.kirk@codeplay.com>
1 parent 5ee02a1 commit 7dff19b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sycl/include/sycl/ext/oneapi/device_global/device_global.hpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ namespace sycl {
4040
inline namespace _V1 {
4141
namespace ext::oneapi::experimental {
4242

43-
template <typename T, typename PropertyListT> class device_global;
43+
template <typename T, typename PropertyListT, typename Condition>
44+
class device_global;
4445

4546
namespace detail {
4647
// Type-trait for checking if a type defines `operator->`.

0 commit comments

Comments
 (0)