[libcxx-commits] [libcxx] [libc++] Fix ambiguity in ranges::advance and ranges::next affecting flat_set (PR #177773)

Hristo Hristov via libcxx-commits libcxx-commits at lists.llvm.org
Sat Jan 24 20:46:43 PST 2026


H-G-Hristov wrote:

> > I would wait and see how https://cplusplus.github.io/LWG/issue4510 is going.
> > And i think i prefer the solution that @frederick-vs-ja proposed
> 
> thanks for the feedback, let me know whether you’d prefer this PR to be closed, or kept open until https://cplusplus.github.io/LWG/issue4510 is resolved.

This is not an real answer to your question, just FYI: sometimes the practice is to implement non-adopted a LWG issues and to list them as such, what the criteria are to do that I don't know. I guess your best bet is to implement the proposed solutions and wait.

e.g. see: https://github.com/llvm/llvm-project/blob/402ee51532762b6612ece4fcfa89e8215fccce00/libcxx/docs/Status/Cxx2cIssues.csv#L263

https://github.com/llvm/llvm-project/pull/177773


More information about the libcxx-commits mailing list