From 7ea823e824352e30905e74acc78884d79257203a Mon Sep 17 00:00:00 2001 From: Mehdi Goli Date: Mon, 13 Jun 2022 15:52:29 +0000 Subject: [PATCH] [SYCL-Spec] According to [SYCL-2020 spec](... --- Eigen/src/Core/util/Constants.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Eigen/src/Core/util/Constants.h b/Eigen/src/Core/util/Constants.h index 1deb22340..4457f4f69 100644 --- a/Eigen/src/Core/util/Constants.h +++ b/Eigen/src/Core/util/Constants.h @@ -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,