<boost/numeric/ublas/matrix.hpp> includes <iostream>. Is it better not to do so?

19 Sep
2008
19 Sep
'08
4:08 a.m.
Hi, It seems that <boost/numeric/ublas/matrix.hpp> includes <iostream>. I remember that it is better not to include <iostream> but something like <ostream> and <istream>, or even simply <iosfwd>. I'm wondering if this issue shall be corrected in the future version of ublas. Thanks, Peng #include <boost/numeric/ublas/matrix.hpp> int main () { std::cout << "Hello" << std::endl; }
6125
Age (days ago)
6125
Last active (days ago)
0 comments
1 participants
participants (1)
-
Peng Yu