template struct Poco::Util::Units::Internal::FixedPower<N, D, 0, 0>

#include <Units.h>

template <
    int N,
    int D
    >
struct FixedPower<N, D, 0, 0>
{
    // methods

    template <typename T>
    static
    T
    Power(const T& t);
};