mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
with old gcc (bug #89), only include iostream in debug mode
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user