mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Fix bug #89: on GCC <= 4.3, use a custom assert implementation to work around a compiler bug
This commit is contained in:
@@ -156,9 +156,13 @@
|
||||
// for min/max:
|
||||
#include <algorithm>
|
||||
|
||||
#if !EIGEN_SAFE_TO_USE_STANDARD_ASSERT_MACRO
|
||||
#include <iostream> // for custom assert implementation
|
||||
#endif
|
||||
|
||||
// for outputting debug info
|
||||
#ifdef EIGEN_DEBUG_ASSIGN
|
||||
#include<iostream>
|
||||
#include <iostream>
|
||||
#endif
|
||||
|
||||
// required for __cpuid, needs to be included after cmath
|
||||
|
||||
Reference in New Issue
Block a user