llvm-project
48146285
- [libc++][NFC] Replace conditional<>::type with __conditional_t (#96745)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
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.
References
#96745 - [libc++][NFC] Replace conditional<>::type with __conditional_t
Author
philnik777
Parents
ea8e4c02
Loading