mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
remove #include <iostream> at the wrong place
This commit is contained in:
@@ -156,12 +156,6 @@
|
|||||||
// for min/max:
|
// for min/max:
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
|
|
||||||
#if !EIGEN_SAFE_TO_USE_STANDARD_ASSERT_MACRO
|
|
||||||
#ifndef EIGEN_NO_DEBUG
|
|
||||||
#include <iostream> // for custom assert implementation
|
|
||||||
#endif
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// for outputting debug info
|
// for outputting debug info
|
||||||
#ifdef EIGEN_DEBUG_ASSIGN
|
#ifdef EIGEN_DEBUG_ASSIGN
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
|
|||||||
Reference in New Issue
Block a user