Looks like it's not a constant expression, because of the function call:
cppreference wrote:
Constant static members
If a static data member of integral or enumeration type is declared const (and not volatile), it can be initialized with a initializer in which every expression is a constant expression, right inside the class definition: