Issue with building Gaudi with Boost 1.81
Dear Gaudi Developers,
We are trying to build Gaudi v36r9 with Boost version 1.81.
We were getting an error message related to an ambiguity in a call to the function '_check_convertible_to_path_source' in the file 'path_traits.hpp' of the Boost filesystem library. This function is used to check if a given type can be converted to a Boost filesystem path.
It appears that the type Gaudi::Property<std::__cxx11::basic_string> is causing this ambiguity, and it is not being handled correctly by the version of Boost.
For your reference, we have attached the full build log of the error.
Thank you!
Best regards, Dmitri for SPI