]> Dogcows Code - chaz/yoink/blobdiff - src/stlplus/strings/string_list.tpp
cleanup stlplus files
[chaz/yoink] / src / stlplus / strings / string_list.tpp
index 061f427c99e42022018b30725d505eb018b92a2c..eebba421772189797239c6b431e92fee58b1af10 100644 (file)
@@ -1,24 +1,24 @@
-////////////////////////////////////////////////////////////////////////////////\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
-//   template implementations\r
-\r
-////////////////////////////////////////////////////////////////////////////////\r
-#include "string_sequence.hpp"\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
-    return sequence_to_string(values.begin(), values.end(), to_string_fn, separator);\r
-  }\r
-\r
-} // end namespace stlplus\r
+////////////////////////////////////////////////////////////////////////////////
+
+//   Author:    Andy Rushton
+//   Copyright: (c) Southampton University 1999-2004
+//              (c) Andy Rushton           2004-2009
+//   License:   BSD License, see ../docs/license.html
+
+//   template implementations
+
+////////////////////////////////////////////////////////////////////////////////
+#include "string_sequence.hpp"
+
+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)
+  {
+    return sequence_to_string(values.begin(), values.end(), to_string_fn, separator);
+  }
+
+} // end namespace stlplus
This page took 0.018088 seconds and 4 git commands to generate.