mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Cygwin compatibility issues (manually backported from main branch)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
|
||||
#include <iostream>
|
||||
|
||||
#if (defined __GNUC__)
|
||||
#if (defined __GNUC__) && (!defined __MINGW32__) && (!defined __CYGWIN__)
|
||||
#define EIGEN_WEAK_LINKING __attribute__ ((weak))
|
||||
#else
|
||||
#define EIGEN_WEAK_LINKING
|
||||
|
||||
Reference in New Issue
Block a user