r242: *** empty log message ***
[ctsim.git] / include / sstream
index 69d4ee2804672e0fda8b344d5038c1f2213dde94..c89ffdc3e36fa99868abe97f7391003001c06e3b 100644 (file)
@@ -1,5 +1,7 @@
 #ifndef __CM_SSTREAM__
 #define __CM_SSTREAM__
+\r
+#ifndef MSVC\r
 
 #include <string>
 #include <cstdio>
@@ -105,6 +107,8 @@ inline istringstream & getline (istringstream & src_stream, string & str, char s
 }
 
 }   // End of namespace std
+\r
+#endif\r
 
 #endif