]> Dogcows Code - chaz/yoink/blobdiff - src/stlplus/strings/string_vector.hpp
cleanup stlplus files
[chaz/yoink] / src / stlplus / strings / string_vector.hpp
index 6842a98bcbe0d0df2484125a203946cfb9a5a444..204eea90d7e4e7980da996f7c7c2e30901fd5da4 100644 (file)
@@ -1,36 +1,36 @@
-#ifndef STLPLUS_STRING_VECTOR\r
-#define STLPLUS_STRING_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 <vector>\r
-\r
-namespace stlplus\r
-{\r
-\r
-  ////////////////////////////////////////////////////////////////////////////////\r
-  // vector\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
-  // specialisation for vector<bool> which has a different implementation\r
-  std::string bool_vector_to_string(const std::vector<bool>& values);\r
-\r
-  ////////////////////////////////////////////////////////////////////////////////\r
-\r
-} // end namespace stlplus\r
-\r
-#include "string_vector.tpp"\r
-#endif\r
+#ifndef STLPLUS_STRING_VECTOR
+#define STLPLUS_STRING_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 <vector>
+
+namespace stlplus
+{
+
+  ////////////////////////////////////////////////////////////////////////////////
+  // vector
+
+  template<typename T, typename S>
+  std::string vector_to_string(const std::vector<T>& values,
+                               S to_string_fn,
+                               const std::string& separator = ",");
+
+  // specialisation for vector<bool> which has a different implementation
+  std::string bool_vector_to_string(const std::vector<bool>& values);
+
+  ////////////////////////////////////////////////////////////////////////////////
+
+} // end namespace stlplus
+
+#include "string_vector.tpp"
+#endif
This page took 0.018147 seconds and 4 git commands to generate.