]> Dogcows Code - chaz/yoink/blobdiff - src/stlplus/strings/print_vector.cpp
remove some unused stlplus modules
[chaz/yoink] / src / stlplus / strings / print_vector.cpp
diff --git a/src/stlplus/strings/print_vector.cpp b/src/stlplus/strings/print_vector.cpp
deleted file mode 100644 (file)
index c5b662f..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-////////////////////////////////////////////////////////////////////////////////
-
-//   Author:    Andy Rushton
-//   Copyright: (c) Southampton University 1999-2004
-//              (c) Andy Rushton           2004-2009
-//   License:   BSD License, see ../docs/license.html
-
-////////////////////////////////////////////////////////////////////////////////
-#include "print_vector.hpp"
-#include "string_vector.hpp"
-
-namespace stlplus
-{
-
-  ////////////////////////////////////////////////////////////////////////////////
-  // special case of vector<bool>
-
-  void print_bool_vector(std::ostream& device, const std::vector<bool>& values)
-  {
-    device << bool_vector_to_string(values);
-  }
-
-  ////////////////////////////////////////////////////////////////////////////////
-
-} // end namespace stlplus
This page took 0.018111 seconds and 4 git commands to generate.