[libcxx-commits] [libcxx] [libc++] Added segmented iterator for std::fill (PR #104680)

via libcxx-commits libcxx-commits at lists.llvm.org
Sat Oct 19 08:02:26 PDT 2024


NoumanAmir657 wrote:

> It looks like the problem is that AppleClang doesn't yet support lambdas in C++03. I guess the simplest fix would be to make it a function object instead (i.e. make a class with an overloaded `operator()`).

Hmm but is not the [105888](https://github.com/llvm/llvm-project/pull/105888) using lambdas too and the CI is passing for it?

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


More information about the libcxx-commits mailing list