]> Dogcows Code - chaz/yoink/blobdiff - src/stlplus/strings/print_address.hpp
cleanup stlplus files
[chaz/yoink] / src / stlplus / strings / print_address.hpp
index f89bdae67f371bd56d048a77c6b27bfb099c3d6d..6ba90bc18250658d76404cb247efba6567d42637 100644 (file)
@@ -1,33 +1,33 @@
-#ifndef STLPLUS_PRINT_ADDRESS\r
-#define STLPLUS_PRINT_ADDRESS\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
-////////////////////////////////////////////////////////////////////////////////\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_address(std::ostream& device, \r
-                     const void*,\r
-                     unsigned radix = 16,\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_ADDRESS
+#define STLPLUS_PRINT_ADDRESS
+////////////////////////////////////////////////////////////////////////////////
+
+//   Author:    Andy Rushton
+//   Copyright: (c) Southampton University 1999-2004
+//              (c) Andy Rushton           2004-2009
+//   License:   BSD License, see ../docs/license.html
+
+////////////////////////////////////////////////////////////////////////////////
+#include "strings_fixes.hpp"
+#include "format_types.hpp"
+#include <string>
+#include <iostream>
+#include <stdexcept>
+
+namespace stlplus
+{
+
+  ////////////////////////////////////////////////////////////////////////////////
+
+  void print_address(std::ostream& device, 
+                     const void*,
+                     unsigned radix = 16,
+                     radix_display_t display = radix_c_style_or_hash,
+                     unsigned width = 0)
+    throw(std::invalid_argument);
+
+  ////////////////////////////////////////////////////////////////////////////////
+
+} // end namespace stlplus
+
+#endif
This page took 0.021449 seconds and 4 git commands to generate.