llvm-project
48146285 - [libc++][NFC] Replace conditional<>::type with __conditional_t (#96745)

Commit
1 year ago
[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.
Author
Parents
Loading