Mercurial > hg > vamp-build-and-test
comparison DEPENDENCIES/generic/include/boost/serialization/bitset.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 |
---|---|
9 */ | 9 */ |
10 #ifndef BOOST_SERIALIZATION_BITSET_HPP | 10 #ifndef BOOST_SERIALIZATION_BITSET_HPP |
11 #define BOOST_SERIALIZATION_BITSET_HPP | 11 #define BOOST_SERIALIZATION_BITSET_HPP |
12 | 12 |
13 // MS compatible compilers support #pragma once | 13 // MS compatible compilers support #pragma once |
14 #if defined(_MSC_VER) && (_MSC_VER >= 1020) | 14 #if defined(_MSC_VER) |
15 # pragma once | 15 # pragma once |
16 #endif | 16 #endif |
17 | 17 |
18 #include <bitset> | 18 #include <bitset> |
19 #include <cstddef> // size_t | 19 #include <cstddef> // size_t |