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

Nikolas Klauser via libcxx-commits libcxx-commits at lists.llvm.org
Sat Oct 19 07:53:24 PDT 2024


philnik777 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()`).

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


More information about the libcxx-commits mailing list