Files
clang-p2996/libcxx/test/std/utilities/ratio
Mark de Wever fe0d277f31 [libc++][ratio] Avoids accepting unrelated types. (#80491)
The arithmetic and comparison operators are ill-formed when R1 or R2 is
not a std::ratio.

Fixes: https://github.com/llvm/llvm-project/issues/63753
2024-02-11 13:53:59 +01:00
..