]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Include <sstream> instead of <ostream> and hope that it provides the right
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 11 Feb 2009 14:05:50 +0000 (14:05 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 11 Feb 2009 14:05:50 +0000 (14:05 +0000)
declarations. The old way failed with the SGI compiler.

git-svn-id: https://svn.dealii.org/trunk@18362 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/base/include/base/logstream.h

index e57346becc48e302eaa2915be658c846b64dc0a1..99677ceca6d955802347909fa492fa86bd944b3f 100644 (file)
 #include <stack>
 #include <map>
 #include <cmath>
-
-// we only need output streams, but older compilers did not provide
-// them in a separate include file
-#ifdef HAVE_STD_OSTREAM_HEADER
-#  include <ostream>
-#else
-#  include <iostream>
-#endif
-
+#include <sstream>
 
 DEAL_II_NAMESPACE_OPEN
 

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.