mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-12 03:39:01 +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
|
// defined in bits/termios.h
|
||||||
#undef B0
|
#undef B0
|
||||||
|
|
||||||
|
// defined in some GNU standard header
|
||||||
|
#undef minor
|
||||||
|
|
||||||
namespace Eigen {
|
namespace Eigen {
|
||||||
|
|
||||||
inline static const char *SimdInstructionSetsInUse(void) {
|
inline static const char *SimdInstructionSetsInUse(void) {
|
||||||
|
@ -26,8 +26,6 @@
|
|||||||
#ifndef EIGEN_MACROS_H
|
#ifndef EIGEN_MACROS_H
|
||||||
#define EIGEN_MACROS_H
|
#define EIGEN_MACROS_H
|
||||||
|
|
||||||
#undef minor
|
|
||||||
|
|
||||||
#define EIGEN_WORLD_VERSION 2
|
#define EIGEN_WORLD_VERSION 2
|
||||||
#define EIGEN_MAJOR_VERSION 91
|
#define EIGEN_MAJOR_VERSION 91
|
||||||
#define EIGEN_MINOR_VERSION 0
|
#define EIGEN_MINOR_VERSION 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user