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