llvm-project
92e343eb
- [LLVM][ADT] Make `scope-exit` CTAD-capable (#173131)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
2 days ago
[LLVM][ADT] Make `scope-exit` CTAD-capable (#173131) This enables using it like ```cpp llvm::scope_exit Cleanup([] { ... }); ``` instead of ```cpp auto Cleanup = llvm::make_scope_exit([] { ... }); ```
References
#173131 - [LLVM][ADT] Make `scope-exit` CTAD-capable
Author
localspook
Parents
e69fb42c
Loading