GabrielDosReis / ipr

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

Cleanup `util::string::arena` #211

Closed GabrielDosReis closed 2 years ago

GabrielDosReis commented 2 years ago

Most of the ipr/utility header was written in the first half of the 2000s, and it shows :-)

This patch takes the opportunity of fixing an issue reported by the Analysis workflow to do some Spring cleaning, avoiding the good old unnamed enum trick in favor of typed constexpr variables.

Fixes #210