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.
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 typedconstexpr
variables.Fixes #210