mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-28 06:26:07 +00:00

Fixes #54470. See https://eel.is/c++draft/global.functions#2: > A call to a non-member function signature described in [support] > through [thread] and [depr] shall behave as if the implementation > declared no additional non-member function signatures. and https://eel.is/c++draft/global.functions#3: > An implementation shall not declare a non-member function signature > with additional default arguments.