I\'m trying to evaluate this simple expression at compile time using C++11 new constexpr feature:
template class Test { static constexpr
Solved. One of the template instance had b=0. Somehow, Clang didn't warn me I was dividing by zero. And +Inf is not a constant expression.
b=0
+Inf