Needs boost-1.80.0 to build on gcc12 (original) (raw)

std::unary_function is now marked as deprecated with gcc12 in C++17 mode, preventing boost::container_hash to build.
It has been fixed in boost-1.80.0, see boostorg/config@89ff635

So, please, update the boost dependency.

Thanks for your work !