mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-01-18 14:34:17 +08:00
#undef minor at the right place
This commit is contained in:
parent
7e2afe7e95
commit
c4f8afdf49
@ -169,6 +169,9 @@
|
||||
// defined in bits/termios.h
|
||||
#undef B0
|
||||
|
||||
// defined in some GNU standard header
|
||||
#undef minor
|
||||
|
||||
namespace Eigen {
|
||||
|
||||
inline static const char *SimdInstructionSetsInUse(void) {
|
||||
|
@ -26,8 +26,6 @@
|
||||
#ifndef EIGEN_MACROS_H
|
||||
#define EIGEN_MACROS_H
|
||||
|
||||
#undef minor
|
||||
|
||||
#define EIGEN_WORLD_VERSION 2
|
||||
#define EIGEN_MAJOR_VERSION 91
|
||||
#define EIGEN_MINOR_VERSION 0
|
||||
|
Loading…
Reference in New Issue
Block a user