GabrielDosReis / ipr

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

Make `Node` constructor protected #278

Closed GabrielDosReis closed 2 years ago

GabrielDosReis commented 2 years ago

More recent versions of the language allow declaring destructors without negatively affecting constexpr capabilities.