On 26.01.25 17:41, Enrico Zini wrote:
The function std::filesystem::weakly_canonical is defined as working even if the path points to a file that does not exist.If however the path disappears while weakly_canonical does its thing, we surprisingly get an exception.
do you also see this behavior with gcc-15 from experimental?