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
|
||||
/*
|
||||
Matrix3d m = Matrix3d::Zero();
|
||||
m.part<Eigen::UpperTriangular>().setOnes();
|
||||
|
||||
Reference in New Issue
Block a user