llvm-project
6157dbe4
- [libc++] Introduce __forward_as (#118168)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
293 days ago
[libc++] Introduce __forward_as (#118168) This allows forwarding an object as a specific type. This is usually useful when using `deducing this` to avoid calling any functions in a deriving class.
References
#118168 - [libc++] Introduce __forward_as
Author
philnik777
Parents
10f23d11
Loading