llvm-project
42f992f0
- [ADT] Teach SmallSetVector to inherit constructors (NFC) (#155788)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
11 days ago
[ADT] Teach SmallSetVector to inherit constructors (NFC) (#155788) This patch teaches SmallSetVector to inherit constructors from the base class with "using". This way, we can remove all of the manually defined constructors in SmallSetVector.
References
#155788 - [ADT] Teach SmallSetVector to inherit constructors (NFC)
Author
kazutakahirata
Parents
c62a5bf5
Loading