Fix ODR violations.

(cherry picked from commit bb51d9f4fa)
This commit is contained in:
Antonio Sánchez
2022-07-09 04:56:36 +00:00
committed by Antonio Sanchez
parent a11bdf3965
commit f55a112cb1
2 changed files with 4 additions and 4 deletions

View File

@@ -70,8 +70,8 @@
#define EIGEN_LU_STRUCTS
namespace Eigen {
namespace internal {
typedef enum {LUSUP, UCOL, LSUB, USUB, LLVL, ULVL} MemType;
enum MemType {LUSUP, UCOL, LSUB, USUB, LLVL, ULVL};
template <typename IndexVector, typename ScalarVector>
struct LU_GlobalLU_t {