I would like your opinion.
I use:
constexpr only for constant values
const for values that will become constant as parameters of functions, classes and functions.
but I didn’t notice a difference between the two, just a difference in good use.
Like typename and class in templates