I\'m trying to create static constexprs defined inside the class. I know about this question: static constexpr member of same type as class being defined, and metho
static constexpr
As with any variable definition, you should place it in one translation unit only.
Move that last line out of your header.