79641946

Date: 2025-05-28 09:51:34
Score: 3
Natty:
Report link

I face the same issue with Xcode 16.0.3

As a workaround, replace in file basic_seq.h

Traits::template CallSeqFactory(f_, *cur_, std::move(arg));

with:

Traits::CallSeqFactory(f_, *cur_, std::move(arg));
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Me too answer (2.5): I face the same issue
  • Low reputation (0.5):
Posted by: Xaypanya Phongsa