boostorg / container_hash

Generic hash function for STL style unordered containers
https://boost.org/libs/container_hash
29 stars 39 forks source link

Changes for Embarcadero C++ clang-based compilers, targeting Boost 1.74. Change __BORLANDC__ to BOOST_BORLANDC, which is defined in Boost conf… #9

Closed eldiener closed 4 years ago

eldiener commented 4 years ago

…ig for the Embarcadero non-clang-based compilers.

mclow commented 4 years ago

This looks fine to me.

eldiener commented 4 years ago

Great ! Please merge when the CI tests are finished and are successful.