]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/libs/serialization/test/xml_warchive.hpp
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / src / boost / libs / serialization / test / xml_warchive.hpp
CommitLineData
7c673cae
FG
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
6// See http://www.boost.org for updates, documentation, and revision history.
7// xml_warchive
8#include <boost/archive/xml_woarchive.hpp>
9typedef boost::archive::xml_woarchive test_oarchive;
10typedef std::wofstream test_ostream;
11#include <boost/archive/xml_wiarchive.hpp>
12typedef boost::archive::xml_wiarchive test_iarchive;
13typedef std::wifstream test_istream;