Nikolas Klauser 4814628531
[libc++][NFC] Replace conditional<>::type with __conditional_t (#96745)
`__conditional_t` is move efficient than `conditional`, since it avoids
instantiating a template for every type combination.
2024-06-29 01:27:17 +02:00
..