[SYCL-Spec] According to [SYCL-2020 spec](...

This commit is contained in:
Mehdi Goli 2022-06-13 15:52:29 +00:00 committed by Rasmus Munk Larsen
parent ba4d7304e2
commit 7ea823e824

View File

@ -551,7 +551,7 @@ struct IteratorBased {};
/** \internal
* Constants for comparison functors
*/
enum ComparisonName {
enum ComparisonName : unsigned int {
cmp_EQ = 0,
cmp_LT = 1,
cmp_LE = 2,