mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2024-11-01 08:05:07 -04:00
10 lines
240 B
C++
10 lines
240 B
C++
|
|
||
|
#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)
|
||
|
|
||
|
#endif // #ifndef BOOST_CONTAINER_HASH_VERSION_HPP
|