// binary_warchive #include typedef boost::archive::binary_woarchive test_oarchive; typedef std::wofstream test_ostream; #include typedef boost::archive::binary_wiarchive test_iarchive; typedef std::wifstream test_istream; #define TEST_STREAM_FLAGS std::wios::binary