libprimis icon indicating copy to clipboard operation
libprimis copied to clipboard

Use `constexpr` for compile time constants

Open no-lex opened this issue 3 years ago • 0 comments

C++11 and above have a constexpr storage type for values which can be evaluated and are fixed during compilation. Using constexpr for these values makes it more clear when values are being set.

no-lex avatar Apr 22 '21 06:04 no-lex