llvm-project
e457307b - [ADT] Make non-const functions forward to const versions (NFC) (#161323)

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.
Parents
Loading