I can't spot where, but something has changed in the last couple of days
that has broken building quickbook:
https://app.circleci.com/pipelines/github/boostorg/math/635/workflows/33cd9b...
../../../boost/container_hash/hash.hpp:654:30: error: call of overloaded 'hash_value(const boost::filesystem::path&)' is ambiguous
654 | return hash_value( val );
| ~~~~~~~~~~^~~~~~~
../../../boost/container_hash/hash.hpp:382:9: note: candidate: 'typename boost::enable_if_<((boost::hash_detail::is_range<T>::value && (! boost::hash_detail::is_contiguous_range<T>::value)) && (! boost::hash_detail::is_unordered_range<T>::value)), long unsigned int>::type boost::hash_value(const T&) [with T = boost::filesystem::path; typename boost::enable_if_<((boost::hash_detail::is_range<T>::value && (! boost::hash_detail::is_contiguous_range<T>::value)) && (! boost::hash_detail::is_unordered_range<T>::value)), long unsigned int>::type = long unsigned int]'
382 | hash_value( T const& v )
| ^~~~~~~~~~
In file included from /root/boost-local/boost/tools/quickbook/src/files.hpp:18,
from /root/boost-local/boost/tools/quickbook/src/files.cpp:10:
../../../boost/filesystem/path.hpp:1183:82: note: candidate: 'typename boost::enable_if