]> Dogcows Code - chaz/yoink/blobdiff - src/stlplus/strings/print_list.hpp
cleanup stlplus files
[chaz/yoink] / src / stlplus / strings / print_list.hpp
index d1767b2ce637c12ee3fb523981b76facb9950f5c..fd1027a61d68c9277ed4ebc6ad0bac27c47f11ee 100644 (file)
@@ -1,30 +1,30 @@
-#ifndef STLPLUS_PRINT_LIST\r
-#define STLPLUS_PRINT_LIST\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 list\r
-\r
-////////////////////////////////////////////////////////////////////////////////\r
-#include "strings_fixes.hpp"\r
-#include <string>\r
-#include <iostream>\r
-#include <list>\r
-\r
-namespace stlplus\r
-{\r
-\r
-  template<typename T, typename S>\r
-  void print_list(std::ostream& device,\r
-                  const std::list<T>& values,\r
-                  S print_fn,\r
-                  const std::string& separator = ",");\r
-\r
-} // end namespace stlplus\r
-\r
-#include "print_list.tpp"\r
-#endif\r
+#ifndef STLPLUS_PRINT_LIST
+#define STLPLUS_PRINT_LIST
+////////////////////////////////////////////////////////////////////////////////
+
+//   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 list
+
+////////////////////////////////////////////////////////////////////////////////
+#include "strings_fixes.hpp"
+#include <string>
+#include <iostream>
+#include <list>
+
+namespace stlplus
+{
+
+  template<typename T, typename S>
+  void print_list(std::ostream& device,
+                  const std::list<T>& values,
+                  S print_fn,
+                  const std::string& separator = ",");
+
+} // end namespace stlplus
+
+#include "print_list.tpp"
+#endif
This page took 0.022272 seconds and 4 git commands to generate.