]> Dogcows Code - chaz/yoink/blobdiff - src/stlplus/strings/string_list.hpp
cleanup stlplus files
[chaz/yoink] / src / stlplus / strings / string_list.hpp
index 6728690fad34c90f118850bc2ba66c6958e03e8b..beaef76b7b4ac9e292bdb8df88fed0c6d49e3965 100644 (file)
@@ -1,28 +1,28 @@
-#ifndef STLPLUS_STRING_LIST\r
-#define STLPLUS_STRING_LIST\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
-//   Generate a string representation of a list\r
-\r
-////////////////////////////////////////////////////////////////////////////////\r
-#include "strings_fixes.hpp"\r
-#include <string>\r
-#include <list>\r
-\r
-namespace stlplus\r
-{\r
-\r
-  template<typename T, typename S>\r
-  std::string list_to_string(const std::list<T>& values,\r
-                             S to_string_fn,\r
-                             const std::string& separator = ",");\r
-\r
-} // end namespace stlplus\r
-\r
-#include "string_list.tpp"\r
-#endif\r
+#ifndef STLPLUS_STRING_LIST
+#define STLPLUS_STRING_LIST
+////////////////////////////////////////////////////////////////////////////////
+
+//   Author:    Andy Rushton
+//   Copyright: (c) Southampton University 1999-2004
+//              (c) Andy Rushton           2004-2009
+//   License:   BSD License, see ../docs/license.html
+
+//   Generate a string representation of a list
+
+////////////////////////////////////////////////////////////////////////////////
+#include "strings_fixes.hpp"
+#include <string>
+#include <list>
+
+namespace stlplus
+{
+
+  template<typename T, typename S>
+  std::string list_to_string(const std::list<T>& values,
+                             S to_string_fn,
+                             const std::string& separator = ",");
+
+} // end namespace stlplus
+
+#include "string_list.tpp"
+#endif
This page took 0.020606 seconds and 4 git commands to generate.