[libcxx-commits] [libcxx] [libcxx] address of all the things. (PR #102832)
Mark de Wever via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Aug 12 10:08:33 PDT 2024
mordante wrote:
Thanks for working on this!
> Perhaps we should
>
> * add tests covering iterators and elements for which `operator&` is overloaded, and ensure that all algorithms and containers work for them, and then
That indeed needs to be done. See https://github.com/llvm/llvm-project/pull/101889 for the kind of tests that are needed.
> * claim LWG3131 to be Complete when the `parse` functions get implemented.
We should document the status on the status page as `Partial` with a note describing what is missing.
(It may take some time before the parse functions will be implemented.)
https://github.com/llvm/llvm-project/pull/102832
More information about the libcxx-commits
mailing list