]> Dogcows Code - chaz/yoink/blobdiff - src/stlplus/strings/print_bitset.tpp
cleanup stlplus files
[chaz/yoink] / src / stlplus / strings / print_bitset.tpp
index 833103a888e772878868ebf793e7ca7065a828ab..5514beaf3888e93c7b867858723d8181d002e2b8 100644 (file)
@@ -1,20 +1,20 @@
-////////////////////////////////////////////////////////////////////////////////\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
-////////////////////////////////////////////////////////////////////////////////\r
-#include "string_bitset.hpp"\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
-    device << bitset_to_string(data);\r
-  }\r
-\r
-} // end namespace stlplus\r
+////////////////////////////////////////////////////////////////////////////////
+
+//   Author:    Andy Rushton
+//   Copyright: (c) Southampton University 1999-2004
+//              (c) Andy Rushton           2004-2009
+//   License:   BSD License, see ../docs/license.html
+
+////////////////////////////////////////////////////////////////////////////////
+#include "string_bitset.hpp"
+
+namespace stlplus
+{
+
+  template<size_t N>
+  void print_bitset(std::ostream& device, const std::bitset<N>& data)
+  {
+    device << bitset_to_string(data);
+  }
+
+} // end namespace stlplus
This page took 0.017973 seconds and 4 git commands to generate.