]> Dogcows Code - chaz/yoink/blobdiff - src/stlplus/strings/print_vector.tpp
cleanup stlplus files
[chaz/yoink] / src / stlplus / strings / print_vector.tpp
index 102cfd2ed48ad34841156b17c04ad4b5409fc3b7..ef71bdc61f05d05b68b996cc0f8c0ed5cc241e5c 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 "print_sequence.hpp"\r
-\r
-namespace stlplus\r
-{\r
-\r
-  template<typename T, typename S>\r
-  void print_vector(std::ostream& device, const std::vector<T>& values,\r
-                               S print_fn,\r
-                               const std::string& separator)\r
-  {\r
-    print_sequence(device, values.begin(), values.end(), print_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 "print_sequence.hpp"
+
+namespace stlplus
+{
+
+  template<typename T, typename S>
+  void print_vector(std::ostream& device, const std::vector<T>& values,
+                               S print_fn,
+                               const std::string& separator)
+  {
+    print_sequence(device, values.begin(), values.end(), print_fn, separator);
+  }
+
+} // end namespace stlplus
This page took 0.020067 seconds and 4 git commands to generate.