Compilation with Boost 1.85 and GCC -14
Allows compilation for gcc 14. Changes depreciation leaf in boost.
EDIT PAL:
Original problem probably linked to the following changes removing header dependencies in the C++ standard library headers with GCC 13 and 14, leading to some implicit includes disappearing:
Edited by Pierre-Alain Loizeau