GabrielDosReis / ipr

Compiler-neutral Internal Program Representation for C++
BSD 3-Clause "New" or "Revised" License
222 stars 23 forks source link

Use `Unary` and `Binary` for `Attribute` #280

Closed GabrielDosReis closed 2 years ago

GabrielDosReis commented 2 years ago

@JimSpr observed that ipr::Attribute hierarchy wasn't using the structural templates Unary and Binary. Fixed with this patch