]> git.lyx.org Git - lyx.git/blobdiff - src/support/DebugStream.h
fixes because of SUN CC warnings, bmtable now compiled with C compilator, countChar...
[lyx.git] / src / support / DebugStream.h
index d5be8b609dc46be8b42c625d35f8a1c188aa7be6..c055205a9c23c548a459f67739914f8683991f0c 100644 (file)
 #ifndef DEBUGSTREAM_H
 #define DEBUGSTREAM_H
 
-#ifdef _STANDARD_C_PLUS_PLUS
-#define MODERN_STL
-#endif
-
-#ifdef MODERN_STL
-#include <ostream>
-#else
 #include <iostream>
-#endif
-
-#ifdef MODERN_STL
-using std::ostream;
-using std::streambuf;
-using std::streamsize;
-using std::filebuf;
-using std::cerr;
-using std::ios;
-using std::endl; 
-#endif
 
 #ifdef TEST_DEBUGSTREAM
 #include <string>