]> Dogcows Code - chaz/yoink/blobdiff - src/stlplus/strings/print_vector.cpp
cleanup stlplus files
[chaz/yoink] / src / stlplus / strings / print_vector.cpp
index 41ea42e6ec57de28244fe31acd7f5cf95484fed3..c5b662f8c98c2a3608e378ab1ee9b8fa495423a7 100644 (file)
@@ -1,25 +1,25 @@
-////////////////////////////////////////////////////////////////////////////////\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_vector.hpp"\r
-#include "string_vector.hpp"\r
-\r
-namespace stlplus\r
-{\r
-\r
-  ////////////////////////////////////////////////////////////////////////////////\r
-  // special case of vector<bool>\r
-\r
-  void print_bool_vector(std::ostream& device, const std::vector<bool>& values)\r
-  {\r
-    device << bool_vector_to_string(values);\r
-  }\r
-\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_vector.hpp"
+#include "string_vector.hpp"
+
+namespace stlplus
+{
+
+  ////////////////////////////////////////////////////////////////////////////////
+  // special case of vector<bool>
+
+  void print_bool_vector(std::ostream& device, const std::vector<bool>& values)
+  {
+    device << bool_vector_to_string(values);
+  }
+
+  ////////////////////////////////////////////////////////////////////////////////
+
+} // end namespace stlplus
This page took 0.023318 seconds and 4 git commands to generate.