This commit is contained in:
Benoit Jacob 2009-09-19 19:14:28 -04:00
parent 3b5a9acba8
commit 6b5f96cb03

View File

@ -106,6 +106,9 @@
#error The preprocessor symbols 'min' or 'max' are defined. If you are compiling on Windows, do #define NOMINMAX to prevent windows.h from defining these symbols.
#endif
// defined in bits/termios.h
#undef B0
namespace Eigen {
/** \defgroup Core_Module Core module