]> Dogcows Code - chaz/yoink/blobdiff - src/stlplus/strings/print_inf.cpp
cleanup stlplus files
[chaz/yoink] / src / stlplus / strings / print_inf.cpp
index 8a12f40e54935a0baabdca571eeb37a225cd11bc..fb55917aec0a761301cf82f8446a1007b18f03d7 100644 (file)
@@ -1,38 +1,38 @@
-////////////////////////////////////////////////////////////////////////////////\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
-//   String conversion functions for the infinite precision integer type inf\r
-\r
-////////////////////////////////////////////////////////////////////////////////\r
-\r
-// can be excluded from the build to break the dependency on the portability library\r
-#ifndef NO_STLPLUS_INF\r
-\r
-#include "print_inf.hpp"\r
-#include "string_inf.hpp"\r
-\r
-////////////////////////////////////////////////////////////////////////////////\r
-\r
-namespace stlplus\r
-{\r
-\r
-  void print_inf(std::ostream& device,\r
-                 const stlplus::inf& data,\r
-                 unsigned radix,\r
-                 radix_display_t display,\r
-                 unsigned width)\r
-    throw(std::invalid_argument)\r
-  {\r
-    device << inf_to_string(data, radix, display, width);\r
-  }\r
-\r
-\r
-////////////////////////////////////////////////////////////////////////////////\r
-\r
-} // end namespace stlplus\r
-\r
-#endif\r
+////////////////////////////////////////////////////////////////////////////////
+
+//   Author:    Andy Rushton
+//   Copyright: (c) Southampton University 1999-2004
+//              (c) Andy Rushton           2004-2009
+//   License:   BSD License, see ../docs/license.html
+
+//   String conversion functions for the infinite precision integer type inf
+
+////////////////////////////////////////////////////////////////////////////////
+
+// can be excluded from the build to break the dependency on the portability library
+#ifndef NO_STLPLUS_INF
+
+#include "print_inf.hpp"
+#include "string_inf.hpp"
+
+////////////////////////////////////////////////////////////////////////////////
+
+namespace stlplus
+{
+
+  void print_inf(std::ostream& device,
+                 const stlplus::inf& data,
+                 unsigned radix,
+                 radix_display_t display,
+                 unsigned width)
+    throw(std::invalid_argument)
+  {
+    device << inf_to_string(data, radix, display, width);
+  }
+
+
+////////////////////////////////////////////////////////////////////////////////
+
+} // end namespace stlplus
+
+#endif
This page took 0.02302 seconds and 4 git commands to generate.