X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=src%2Fstlplus%2Fstrings%2Fstring_stl.hpp;fp=src%2Fstlplus%2Fstrings%2Fstring_stl.hpp;h=0000000000000000000000000000000000000000;hp=ef934971310bc6a4b586b6c977c13ee9fb307b41;hb=574af38ed616d1adfa5e6ce35f67cda1f707f89d;hpb=6c9943707d4f33035830eba0587a61a34eaecbc2 diff --git a/src/stlplus/strings/string_stl.hpp b/src/stlplus/strings/string_stl.hpp deleted file mode 100644 index ef93497..0000000 --- a/src/stlplus/strings/string_stl.hpp +++ /dev/null @@ -1,23 +0,0 @@ -#ifndef STLPLUS_STRING_STL -#define STLPLUS_STRING_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 "string_bitset.hpp" -#include "string_list.hpp" -#include "string_map.hpp" -#include "string_pair.hpp" -#include "string_sequence.hpp" -#include "string_set.hpp" -#include "string_string.hpp" -#include "string_vector.hpp" - -#endif