llvm-project
e457307b
- [ADT] Make non-const functions forward to const versions (NFC) (#161323)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
3 days ago
[ADT] Make non-const functions forward to const versions (NFC) (#161323) These functions all correspond to their respective const versions. This patch uses the "const_cast" trick to forward to the const versions.
References
#161323 - [ADT] Make non-const functions forward to const versions (NFC)
Author
kazutakahirata
Parents
0db995e6
Loading