Skip to content

Use constexpr instead of enum

I think we should use, in all core modules, constexpr instead of enum for the variables known at compile time (see !24 (closed) ). What do you think?