"Recursive template instantiation exceeded" build failure(s) — clang 3.0
← Return to the list
template struct X { static const int value = X::value; }; template struct X<1000>;
No error detected for version 3.0