]> Dogcows Code - chaz/yoink/blobdiff - src/stlplus/strings/print_bitset.hpp
cleanup stlplus files
[chaz/yoink] / src / stlplus / strings / print_bitset.hpp
index f7151ddcc733fff8decaea059021148c0bd818e7..d87ee20275ded9d94d63545ea1cec71d74698aa0 100644 (file)
@@ -1,27 +1,27 @@
-#ifndef STLPLUS_PRINT_BITSET\r
-#define STLPLUS_PRINT_BITSET\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 bitset\r
-\r
-////////////////////////////////////////////////////////////////////////////////\r
-#include "strings_fixes.hpp"\r
-#include <bitset>\r
-#include <string>\r
-#include <iostream>\r
-\r
-namespace stlplus\r
-{\r
-\r
-  template<size_t N>\r
-  void print_bitset(std::ostream& device, const std::bitset<N>& data);\r
-\r
-} // end namespace stlplus\r
-\r
-#include "print_bitset.tpp"\r
-#endif\r
+#ifndef STLPLUS_PRINT_BITSET
+#define STLPLUS_PRINT_BITSET
+////////////////////////////////////////////////////////////////////////////////
+
+//   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 bitset
+
+////////////////////////////////////////////////////////////////////////////////
+#include "strings_fixes.hpp"
+#include <bitset>
+#include <string>
+#include <iostream>
+
+namespace stlplus
+{
+
+  template<size_t N>
+  void print_bitset(std::ostream& device, const std::bitset<N>& data);
+
+} // end namespace stlplus
+
+#include "print_bitset.tpp"
+#endif
This page took 0.018485 seconds and 4 git commands to generate.