Skip to content

Commit 2d804f3

Browse files
committed
minor correction to deprecation message
Signed-off-by: Chris Perkins <chris.perkins@intel.com>
1 parent 53ef04b commit 2d804f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/include/CL/sycl/ONEAPI/group_algorithm.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ detail::enable_if_t<detail::is_generic_group<Group>::value, bool> none_of(
127127

128128
template <typename Group, typename Ptr, class Predicate>
129129
__SYCL2020_DEPRECATED(
130-
"ONEAPI::none_of is deprecated. Use none_of_group instead.")
130+
"ONEAPI::none_of is deprecated. Use joint_none_of instead.")
131131
detail::enable_if_t<(detail::is_generic_group<Group>::value &&
132132
detail::is_pointer<Ptr>::value),
133133
bool> none_of(Group g, Ptr first, Ptr last,

0 commit comments

Comments
 (0)