X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=src%2Fstlplus%2Fpersistence%2Fpersistent_multiset.hpp;fp=src%2Fstlplus%2Fpersistence%2Fpersistent_multiset.hpp;h=0000000000000000000000000000000000000000;hp=d451a8e42d5f8d87f80c254394d78171b0b50043;hb=5846afb00833cc72fe72422ca896d2387c712cb4;hpb=a97500609dc3c1b11f9786d32bc458eb00de4c36 diff --git a/src/stlplus/persistence/persistent_multiset.hpp b/src/stlplus/persistence/persistent_multiset.hpp deleted file mode 100644 index d451a8e..0000000 --- a/src/stlplus/persistence/persistent_multiset.hpp +++ /dev/null @@ -1,34 +0,0 @@ -#ifndef STLPLUS_PERSISTENT_MULTISET -#define STLPLUS_PERSISTENT_MULTISET -//////////////////////////////////////////////////////////////////////////////// - -// Author: Andy Rushton -// Copyright: (c) Southampton University 1999-2004 -// (c) Andy Rushton 2004-2009 -// License: BSD License, see ../docs/license.html - -// Persistence of STL multiset - -//////////////////////////////////////////////////////////////////////////////// -#include "persistence_fixes.hpp" -#include "persistent_contexts.hpp" -#include - -//////////////////////////////////////////////////////////////////////////////// - -namespace stlplus -{ - - template - void dump_multiset(dump_context&, const std::multiset& data, D dump_fn) - throw(persistent_dump_failed); - - template - void restore_multiset(restore_context&, std::multiset& data, R restore_fn) - throw(persistent_restore_failed); - -} // end namespace stlplus - - //////////////////////////////////////////////////////////////////////////////// -#include "persistent_multiset.tpp" -#endif