]> Dogcows Code - chaz/yoink/blobdiff - src/stlplus/strings/string_vector.tpp
cleanup stlplus files
[chaz/yoink] / src / stlplus / strings / string_vector.tpp
index de535ee9871df3c7dd70744133f60dcd74aa822e..9e2f3859505260ef889a03b7eaf38baf79492f72 100644 (file)
@@ -1,22 +1,22 @@
-////////////////////////////////////////////////////////////////////////////////\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
-////////////////////////////////////////////////////////////////////////////////\r
-#include "string_sequence.hpp"\r
-\r
-namespace stlplus\r
-{\r
-\r
-  template<typename T, typename S>\r
-  std::string vector_to_string(const std::vector<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
+
+////////////////////////////////////////////////////////////////////////////////
+#include "string_sequence.hpp"
+
+namespace stlplus
+{
+
+  template<typename T, typename S>
+  std::string vector_to_string(const std::vector<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.020926 seconds and 4 git commands to generate.