]> Dogcows Code - chaz/yoink/blobdiff - src/stlplus/strings/print_vector.hpp
cleanup stlplus files
[chaz/yoink] / src / stlplus / strings / print_vector.hpp
index 5916532c8319655889690f5c4599c6c33a3cc3d2..56d5aeb8d729630af0fa91687ebde6ddb7b2667b 100644 (file)
@@ -1,38 +1,38 @@
-#ifndef STLPLUS_PRINT_VECTOR\r
-#define STLPLUS_PRINT_VECTOR\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 vector\r
-\r
-////////////////////////////////////////////////////////////////////////////////\r
-#include "strings_fixes.hpp"\r
-#include <string>\r
-#include <iostream>\r
-#include <vector>\r
-\r
-namespace stlplus\r
-{\r
-\r
-  ////////////////////////////////////////////////////////////////////////////////\r
-  // vector\r
-\r
-  template<typename T, typename S>\r
-  void print_vector(std::ostream& device,\r
-                    const std::vector<T>& values,\r
-                    S print_fn,\r
-                    const std::string& separator);\r
-\r
-  // specialisation for vector<bool> which has a different implementation\r
-  void print_bool_vector(std::ostream& device, const std::vector<bool>& values);\r
-\r
-  ////////////////////////////////////////////////////////////////////////////////\r
-\r
-} // end namespace stlplus\r
-\r
-#include "print_vector.tpp"\r
-#endif\r
+#ifndef STLPLUS_PRINT_VECTOR
+#define STLPLUS_PRINT_VECTOR
+////////////////////////////////////////////////////////////////////////////////
+
+//   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 vector
+
+////////////////////////////////////////////////////////////////////////////////
+#include "strings_fixes.hpp"
+#include <string>
+#include <iostream>
+#include <vector>
+
+namespace stlplus
+{
+
+  ////////////////////////////////////////////////////////////////////////////////
+  // vector
+
+  template<typename T, typename S>
+  void print_vector(std::ostream& device,
+                    const std::vector<T>& values,
+                    S print_fn,
+                    const std::string& separator);
+
+  // specialisation for vector<bool> which has a different implementation
+  void print_bool_vector(std::ostream& device, const std::vector<bool>& values);
+
+  ////////////////////////////////////////////////////////////////////////////////
+
+} // end namespace stlplus
+
+#include "print_vector.tpp"
+#endif
This page took 0.023085 seconds and 4 git commands to generate.