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

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

template struct X<1000>;
PackageVersionSupposed error messageFull log Bug report
yade 2016.06a-4shared_ptr.hpp:177:9: fatal error: recursive template instantiation exceeded maximum depth of 256 Log

1 errors