]> Dogcows Code - chaz/yoink/blobdiff - src/stlplus/strings/print_bool.hpp
cleanup stlplus files
[chaz/yoink] / src / stlplus / strings / print_bool.hpp
index 5e808d165d9b63951028f678a4d1d7194c649198..f22a1c0a8074fb842cb368d32135003546de319d 100644 (file)
@@ -1,34 +1,34 @@
-#ifndef STLPLUS_PRINT_BOOL\r
-#define STLPLUS_PRINT_BOOL\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
-//   Conversion of string to/from bool\r
-\r
-////////////////////////////////////////////////////////////////////////////////\r
-#include "strings_fixes.hpp"\r
-#include "format_types.hpp"\r
-#include <string>\r
-#include <iostream>\r
-#include <stdexcept>\r
-\r
-namespace stlplus\r
-{\r
-\r
-  ////////////////////////////////////////////////////////////////////////////////\r
-\r
-  void print_bool(std::ostream& device, bool i,\r
-                  unsigned radix = 10,\r
-                  radix_display_t display = radix_c_style_or_hash,\r
-                  unsigned width = 0)\r
-    throw(std::invalid_argument);\r
-\r
-  ////////////////////////////////////////////////////////////////////////////////\r
-\r
-} // end namespace stlplus\r
-\r
-#endif\r
+#ifndef STLPLUS_PRINT_BOOL
+#define STLPLUS_PRINT_BOOL
+////////////////////////////////////////////////////////////////////////////////
+
+//   Author:    Andy Rushton
+//   Copyright: (c) Southampton University 1999-2004
+//              (c) Andy Rushton           2004-2009
+//   License:   BSD License, see ../docs/license.html
+
+//   Conversion of string to/from bool
+
+////////////////////////////////////////////////////////////////////////////////
+#include "strings_fixes.hpp"
+#include "format_types.hpp"
+#include <string>
+#include <iostream>
+#include <stdexcept>
+
+namespace stlplus
+{
+
+  ////////////////////////////////////////////////////////////////////////////////
+
+  void print_bool(std::ostream& device, bool i,
+                  unsigned radix = 10,
+                  radix_display_t display = radix_c_style_or_hash,
+                  unsigned width = 0)
+    throw(std::invalid_argument);
+
+  ////////////////////////////////////////////////////////////////////////////////
+
+} // end namespace stlplus
+
+#endif
This page took 0.020349 seconds and 4 git commands to generate.