]> Dogcows Code - chaz/yoink/blobdiff - src/stlplus/strings/print_string.hpp
cleanup stlplus files
[chaz/yoink] / src / stlplus / strings / print_string.hpp
index dd23f56646c126d32570bbb382d14f4db7227c85..42ba9abfa4e12ceee43639df335709bdc9256aba 100644 (file)
@@ -1,26 +1,26 @@
-#ifndef STLPLUS_PRINT_STRING\r
-#define STLPLUS_PRINT_STRING\r
-////////////////////////////////////////////////////////////////////////////////\r
-\r
-//   Author:    Andy Rushton\r
-//   Copyright: (c) Southampton University 1999-2004\r
-//              (c) Andy Rushton           2004-2009\r
-//   License:   BSD License, see ../docs/license.html\r
-\r
-//   Functions for converting C/STL strings to string\r
-\r
-//   This is necessary for completeness, e.g. for use in print_vector for vector<string>\r
-\r
-////////////////////////////////////////////////////////////////////////////////\r
-#include "strings_fixes.hpp"\r
-#include <string>\r
-#include <iostream>\r
-#include <stdexcept>\r
-\r
-namespace stlplus\r
-{\r
-\r
-  void print_string(std::ostream& device, const std::string& value);\r
-}\r
-\r
-#endif\r
+#ifndef STLPLUS_PRINT_STRING
+#define STLPLUS_PRINT_STRING
+////////////////////////////////////////////////////////////////////////////////
+
+//   Author:    Andy Rushton
+//   Copyright: (c) Southampton University 1999-2004
+//              (c) Andy Rushton           2004-2009
+//   License:   BSD License, see ../docs/license.html
+
+//   Functions for converting C/STL strings to string
+
+//   This is necessary for completeness, e.g. for use in print_vector for vector<string>
+
+////////////////////////////////////////////////////////////////////////////////
+#include "strings_fixes.hpp"
+#include <string>
+#include <iostream>
+#include <stdexcept>
+
+namespace stlplus
+{
+
+  void print_string(std::ostream& device, const std::string& value);
+}
+
+#endif
This page took 0.018747 seconds and 4 git commands to generate.