mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-04-23 10:09:36 +08:00
with old gcc (bug #89), only include iostream in debug mode
This commit is contained in:
parent
fe8a710a21
commit
11402edfd3
@ -157,7 +157,9 @@
|
||||
#include <algorithm>
|
||||
|
||||
#if !EIGEN_SAFE_TO_USE_STANDARD_ASSERT_MACRO
|
||||
#include <iostream> // for custom assert implementation
|
||||
#ifndef EIGEN_NO_DEBUG
|
||||
#include <iostream> // for custom assert implementation
|
||||
#endif
|
||||
#endif
|
||||
|
||||
// for outputting debug info
|
||||
|
Loading…
x
Reference in New Issue
Block a user