"Recursive template instantiation exceeded" build failure(s) — clang 3.2

template  struct X {
  static const int value = X::value;
};

template struct X<1000>;
PackageVersionSupposed error messageFull log Bug report
xiphos 3.1.5+dfsg-1stl_tree.h:369:16: fatal error: recursive template instantiation exceeded maximum depth of 25 Log

1 errors