- Remove unnecessary member functions.
- Fix code sample.
This is in preparation for landing future changes in https://reviews.llvm.org/D144503.
Differential D145025
[ADT] Clean up `enumerate` implementation. NFC. kuhar on Feb 28 2023, 7:55 PM. Authored by
Details
This is in preparation for landing future changes in https://reviews.llvm.org/D144503.
Diff Detail
Event TimelineComment Actions LGTM % default constructor
|
Any reason not having a default constructor is desired? I'd keep it just to avoid someone needing it in the future