mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Fixed the bad fix - now the unsupported examples and snippets work on windows.
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
#warning deprecated
|
||||
#ifndef _MSC_VER
|
||||
#warning deprecated
|
||||
#endif
|
||||
/* deprecated
|
||||
Matrix3i m = Matrix3i::Random();
|
||||
cout << "Here is the matrix m:" << endl << m << endl;
|
||||
|
||||
Reference in New Issue
Block a user