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