mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-05-08 05:49:06 +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
|
||||
* Constants for comparison functors
|
||||
*/
|
||||
enum ComparisonName {
|
||||
enum ComparisonName : unsigned int {
|
||||
cmp_EQ = 0,
|
||||
cmp_LT = 1,
|
||||
cmp_LE = 2,
|
||||
|
Loading…
x
Reference in New Issue
Block a user