This website requires JavaScript.
Explore
Help
Sign In
devtools
/
eigen
Watch
1
Star
0
Fork
0
You've already forked eigen
mirror of
https://gitlab.com/libeigen/eigen.git
synced
2026-04-10 11:34:33 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
f5f2b222a3862d5ccc19e6e44e4f37de1a56dfb5
eigen
/
Eigen
/
src
/
Core
/
util
/
DisableMSVCWarnings.h
6 lines
106 B
C
Raw
Normal View
History
Unescape
Escape
* forgot to svn add 2 files * idea of Keir Mierle: make the static assert error msgs UPPERCASE
2008-12-18 21:04:06 +00:00
#
ifdef _MSC_VER
#
pragma warning( push )
fix warnings
2009-01-21 20:06:16 +00:00
#
pragma warning( disable : 4181 4244 4127 4211 4717 )
* forgot to svn add 2 files * idea of Keir Mierle: make the static assert error msgs UPPERCASE
2008-12-18 21:04:06 +00:00
#
endif
Reference in New Issue
Copy Permalink