Skip to content

Commit

Permalink
Amended change from intel#14460
Browse files Browse the repository at this point in the history
  • Loading branch information
ianayl committed Jul 17, 2024
1 parent 7902488 commit 70075d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sycl/include/sycl/handler.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3369,7 +3369,7 @@ class __SYCL_EXPORT handler {
friend class ext::intel::experimental::pipe;

template <class Obj>
friend decltype(Obj::impl)
friend const decltype(Obj::impl) &
sycl::detail::getSyclObjImpl(const Obj &SyclObject);

/// Read from a host pipe given a host address and
Expand Down

0 comments on commit 70075d3

Please sign in to comment.