Closed per1234 closed 8 years ago
ahh...
template <>
struct pinModeStaticExpander < -1 > {
void operator() (const uint8_t mode) const {}
};
is a "termination specialization".
make it void operator() (const uint8_t) const {}
should solve the issue.