X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=src%2Fstlplus%2Fstrings%2Fprint_stl.hpp;fp=src%2Fstlplus%2Fstrings%2Fprint_stl.hpp;h=0000000000000000000000000000000000000000;hp=0d02839ab979d27778ce50400170c0d85e3e2a79;hb=574af38ed616d1adfa5e6ce35f67cda1f707f89d;hpb=6c9943707d4f33035830eba0587a61a34eaecbc2 diff --git a/src/stlplus/strings/print_stl.hpp b/src/stlplus/strings/print_stl.hpp deleted file mode 100644 index 0d02839..0000000 --- a/src/stlplus/strings/print_stl.hpp +++ /dev/null @@ -1,23 +0,0 @@ -#ifndef STLPLUS_PRINT_STL -#define STLPLUS_PRINT_STL -//////////////////////////////////////////////////////////////////////////////// - -// Author: Andy Rushton -// Copyright: (c) Southampton University 1999-2004 -// (c) Andy Rushton 2004-2009 -// License: BSD License, see ../docs/license.html - -// Template string conversions for pointers and STL containers - -//////////////////////////////////////////////////////////////////////////////// - -#include "print_bitset.hpp" -#include "print_list.hpp" -#include "print_map.hpp" -#include "print_pair.hpp" -#include "print_sequence.hpp" -#include "print_set.hpp" -#include "print_string.hpp" -#include "print_vector.hpp" - -#endif