Mercurial > hg > vamp-build-and-test
comparison DEPENDENCIES/generic/include/boost/archive/binary_woarchive.hpp @ 101:c530137014c0
Update Boost headers (1.58.0)
author | Chris Cannam |
---|---|
date | Mon, 07 Sep 2015 11:12:49 +0100 |
parents | 2665513ce2d3 |
children |
comparison
equal
deleted
inserted
replaced
100:793467b5e61c | 101:c530137014c0 |
---|---|
1 #ifndef BOOST_ARCHIVE_BINARY_WOARCHIVE_HPP | 1 #ifndef BOOST_ARCHIVE_BINARY_WOARCHIVE_HPP |
2 #define BOOST_ARCHIVE_BINARY_WOARCHIVE_HPP | 2 #define BOOST_ARCHIVE_BINARY_WOARCHIVE_HPP |
3 | 3 |
4 // MS compatible compilers support #pragma once | 4 // MS compatible compilers support #pragma once |
5 #if defined(_MSC_VER) && (_MSC_VER >= 1020) | 5 #if defined(_MSC_VER) |
6 # pragma once | 6 # pragma once |
7 #endif | 7 #endif |
8 | 8 |
9 /////////1/////////2/////////3/////////4/////////5/////////6/////////7/////////8 | 9 /////////1/////////2/////////3/////////4/////////5/////////6/////////7/////////8 |
10 // binary_woarchive.hpp | 10 // binary_woarchive.hpp |
47 binary_woarchive, std::wostream::char_type, std::wostream::traits_type | 47 binary_woarchive, std::wostream::char_type, std::wostream::traits_type |
48 >(bsb, flags) | 48 >(bsb, flags) |
49 {} | 49 {} |
50 }; | 50 }; |
51 | 51 |
52 typedef binary_woarchive naked_binary_woarchive; | |
53 | |
54 } // namespace archive | 52 } // namespace archive |
55 } // namespace boost | 53 } // namespace boost |
56 | 54 |
57 // required by export | 55 // required by export |
58 BOOST_SERIALIZATION_REGISTER_ARCHIVE(boost::archive::binary_woarchive) | 56 BOOST_SERIALIZATION_REGISTER_ARCHIVE(boost::archive::binary_woarchive) |