template struct Core::static_power<base, 0>

#include <coremath.h>

template <int64 base>
struct static_power<base, 0>
{
    // fields

    static const int64 value = 1;
};