X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Fstlplus%2Fpersistence%2Fpersistent_stl.hpp;fp=src%2Fstlplus%2Fpersistence%2Fpersistent_stl.hpp;h=0000000000000000000000000000000000000000;hb=5846afb00833cc72fe72422ca896d2387c712cb4;hp=bc2f32b27bfc28dde48e9d0d808751b1ec4d3c19;hpb=a97500609dc3c1b11f9786d32bc458eb00de4c36;p=chaz%2Fyoink diff --git a/src/stlplus/persistence/persistent_stl.hpp b/src/stlplus/persistence/persistent_stl.hpp deleted file mode 100644 index bc2f32b..0000000 --- a/src/stlplus/persistence/persistent_stl.hpp +++ /dev/null @@ -1,26 +0,0 @@ -#ifndef STLPLUS_PERSISTENT_STL -#define STLPLUS_PERSISTENT_STL -//////////////////////////////////////////////////////////////////////////////// - -// Author: Andy Rushton -// Copyright: (c) Southampton University 1999-2004 -// (c) Andy Rushton 2004-2009 -// License: BSD License, see ../docs/license.html - -// Set of persistence routines for the STL classes - -//////////////////////////////////////////////////////////////////////////////// - -#include "persistent_bitset.hpp" -#include "persistent_complex.hpp" -#include "persistent_deque.hpp" -#include "persistent_list.hpp" -#include "persistent_map.hpp" -#include "persistent_multimap.hpp" -#include "persistent_multiset.hpp" -#include "persistent_pair.hpp" -#include "persistent_set.hpp" -#include "persistent_string.hpp" -#include "persistent_vector.hpp" - -#endif