]> Dogcows Code - chaz/yoink/blobdiff - src/stlplus/strings/print_inf.cpp
remove some unused stlplus modules
[chaz/yoink] / src / stlplus / strings / print_inf.cpp
diff --git a/src/stlplus/strings/print_inf.cpp b/src/stlplus/strings/print_inf.cpp
deleted file mode 100644 (file)
index fb55917..0000000
+++ /dev/null
@@ -1,38 +0,0 @@
-////////////////////////////////////////////////////////////////////////////////
-
-//   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.018673 seconds and 4 git commands to generate.