Skip to content

Promote simple const variables to constexpr

Promotes many simple const variables to constexpr status to "enforce its const-ness" strongly. It also prepares for any future functions / objects / datatypes also promoted to constexpr-status.

This PR does not change any working functionality of code already in the repo, just strongly enforces "constexpr-ness".

Merge request reports