Files
clang-p2996/libcxx/test/std/utilities/format/format.functions
Mark de Wever 11dd881b9c [libc++][format] Fixes nested concept evaluation. (#85548)
Before the __formattable concept depended on itself in a contrieved
example. By using the underlying concept directly the cycle is broken.

Fixes https://github.com/llvm/llvm-project/issues/81590
2024-03-20 09:45:12 +01:00
..