comparison DEPENDENCIES/generic/include/boost/serialization/serialization.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_SERIALIZATION_SERIALIZATION_HPP 1 #ifndef BOOST_SERIALIZATION_SERIALIZATION_HPP
2 #define BOOST_SERIALIZATION_SERIALIZATION_HPP 2 #define BOOST_SERIALIZATION_SERIALIZATION_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 #if defined(_MSC_VER) && (_MSC_VER >= 1310) 9 #if defined(_MSC_VER)
10 # pragma warning (disable : 4675) // suppress ADL warning 10 # pragma warning (disable : 4675) // suppress ADL warning
11 #endif 11 #endif
12 12
13 #include <boost/config.hpp> 13 #include <boost/config.hpp>
14 #include <boost/serialization/strong_typedef.hpp> 14 #include <boost/serialization/strong_typedef.hpp>