summaryrefslogtreecommitdiff
path: root/soh/include/boost_custom/container_hash/version.hpp
blob: 3863b507c87cf25752d03511585827c6021fc20e (plain)
1
2
3
4
5
6
7
8
9
10
11

#ifndef BOOST_CONTAINER_HASH_VERSION_HPP
#define BOOST_CONTAINER_HASH_VERSION_HPP

#include <boost/version.hpp>

#define BOOST_VERSION_HAS_HASH_RANGE ((BOOST_VERSION / 100 % 1000) >= 81)

#define BOOST_USE_STD_TYPES ((BOOST_VERSION / 100 % 1000) >= 84)

#endif // #ifndef BOOST_CONTAINER_HASH_VERSION_HPP