Last part of https://discourse.llvm.org/t/rfc-a-better-fold-api-using-more-generic-adaptors/67374
All active users that I am aware of have already switched. Any remaining users will be forced to adopt their code after this patch has landed, which I'd like to do on Wednesday. This is exactly 2 weeks after the PSA warning about it getting removed.
If we ignore ODS for a second, are we introduce the requirement that the T::FoldAdaptor exist on an Operation?
I'm not sure this should be a requirement though, if I write my C++ op outside of ODS I may not want to write an adaptor.