]> Dogcows Code - chaz/yoink/blobdiff - src/stlplus/strings/string_bitset.hpp
cleanup stlplus files
[chaz/yoink] / src / stlplus / strings / string_bitset.hpp
index 8c96ef3e4c6bb9d64ec7a41f61abcc5ae7fc0745..ec275cd84f3825f79d79f6898bb678e809711f76 100644 (file)
@@ -1,26 +1,26 @@
-#ifndef STLPLUS_STRING_BITSET\r
-#define STLPLUS_STRING_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
-\r
-namespace stlplus\r
-{\r
-\r
-  template<size_t N>\r
-  std::string bitset_to_string(const std::bitset<N>& data);\r
-\r
-} // end namespace stlplus\r
-\r
-#include "string_bitset.tpp"\r
-#endif\r
+#ifndef STLPLUS_STRING_BITSET
+#define STLPLUS_STRING_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>
+
+namespace stlplus
+{
+
+  template<size_t N>
+  std::string bitset_to_string(const std::bitset<N>& data);
+
+} // end namespace stlplus
+
+#include "string_bitset.tpp"
+#endif
This page took 0.021521 seconds and 4 git commands to generate.