mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-17 15:26:07 +00:00

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