polymorphic_text_archive.hpp 694 B

12345678910111213
  1. // (C) Copyright 2002-4 Robert Ramey - http://www.rrsd.com .
  2. // Use, modification and distribution is subject to the Boost Software
  3. // License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
  4. // http://www.boost.org/LICENSE_1_0.txt)
  5. // See http://www.boost.org for updates, documentation, and revision history.
  6. #include <boost/archive/polymorphic_text_oarchive.hpp>
  7. typedef boost::archive::polymorphic_text_oarchive test_oarchive;
  8. typedef std::ofstream test_ostream;
  9. #include <boost/archive/polymorphic_text_iarchive.hpp>
  10. typedef boost::archive::polymorphic_text_iarchive test_iarchive;
  11. typedef std::ifstream test_istream;
  12. #define TEST_STREAM_FLAGS (std::ios_base::openmode)0