Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_34_1/libs/serialization/test/text_warchive.hpp @ 33

Last change on this file since 33 was 29, checked in by landauf, 16 years ago

updated boost from 1_33_1 to 1_34_1

File size: 674 bytes
Line 
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// text_warchive
8#include <boost/archive/text_woarchive.hpp>
9typedef boost::archive::text_woarchive test_oarchive;
10typedef std::wofstream test_ostream;
11#include <boost/archive/text_wiarchive.hpp>
12typedef boost::archive::text_wiarchive test_iarchive;
13typedef std::wifstream test_istream;
14#define TEST_STREAM_FLAGS (std::ios_base::openmode)0
15
16
17
18
19
Note: See TracBrowser for help on using the repository browser.