Skip to content

Commit eed9645

Browse files
author
Alexander Batashev
committed
Fix build error
Signed-off-by: Alexander Batashev <[email protected]>
1 parent 60bd647 commit eed9645

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/include/CL/sycl/program.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ class program {
345345
namespace std {
346346
template <> struct hash<cl::sycl::program> {
347347
size_t operator()(const cl::sycl::program &prg) const {
348-
return hash<shared_ptr_class<cl::sycl::detail::program_impl>>()(
348+
return hash<cl::sycl::shared_ptr_class<cl::sycl::detail::program_impl>>()(
349349
cl::sycl::detail::getSyclObjImpl(prg));
350350
}
351351
};

0 commit comments

Comments
 (0)