mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-05-12 07:49:02 +08:00
[SYCL-Spec] According to [SYCL-2020 spec](...
This commit is contained in:
parent
ba4d7304e2
commit
7ea823e824
@ -551,7 +551,7 @@ struct IteratorBased {};
|
|||||||
/** \internal
|
/** \internal
|
||||||
* Constants for comparison functors
|
* Constants for comparison functors
|
||||||
*/
|
*/
|
||||||
enum ComparisonName {
|
enum ComparisonName : unsigned int {
|
||||||
cmp_EQ = 0,
|
cmp_EQ = 0,
|
||||||
cmp_LT = 1,
|
cmp_LT = 1,
|
||||||
cmp_LE = 2,
|
cmp_LE = 2,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user