Fix: add workaround for boost versions >=1.84.0 (#4098)

This commit is contained in:
Archez
2024-05-01 16:41:17 -04:00
committed by GitHub
parent 4a576f45ee
commit fd9cd9c5eb
3 changed files with 35 additions and 6 deletions

View File

@@ -6,4 +6,6 @@
#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