mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-11 19:29:02 +08:00
Corrected the Array include's deprecation warning for MSVC.
This commit is contained in:
parent
85d80d0fcd
commit
26df0609e2
@ -3,8 +3,8 @@
|
|||||||
|
|
||||||
// No idea how to do that per file for gcc...
|
// No idea how to do that per file for gcc...
|
||||||
#ifdef _MSC_VER
|
#ifdef _MSC_VER
|
||||||
#pragma message("The inclusion of Eigen/Array is deprecated. The array module is \
|
#pragma message("The inclusion of Eigen/Array is deprecated. \
|
||||||
available as soon as Eigen/Core is included.");
|
The array module is available as soon as Eigen/Core is included.")
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "Core"
|
#include "Core"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user