mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-24 06:36:05 +00:00

This patch prevents us from calling the projection more than 3 times in std::clamp, as required by the Standard. Fixes #64717
This patch prevents us from calling the projection more than 3 times in std::clamp, as required by the Standard. Fixes #64717