binary_warchive.hpp 670 B

1234567891011121314
  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. // binary_warchive
  7. #include <boost/archive/binary_woarchive.hpp>
  8. typedef boost::archive::binary_woarchive test_oarchive;
  9. typedef std::wofstream test_ostream;
  10. #include <boost/archive/binary_wiarchive.hpp>
  11. typedef boost::archive::binary_wiarchive test_iarchive;
  12. typedef std::wifstream test_istream;
  13. #define TEST_STREAM_FLAGS std::wios::binary