add minor to Eigen2Support

This commit is contained in:
Benoit Jacob
2010-04-22 20:49:01 -04:00
parent 2362eadcdd
commit a4f9ca44ab
6 changed files with 135 additions and 0 deletions

View File

@@ -191,6 +191,10 @@ inline static const char *SimdInstructionSetsInUse(void) {
#endif
}
#ifdef EIGEN2_SUPPORT
#undef minor
#endif
// we use size_t frequently and we'll never remember to prepend it with std:: everytime just to
// ensure QNX/QCC support
using std::size_t;