[Bug libstdc++/105308] Specialize for_each

2022-04-19 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105308 --- Comment #3 from Jonathan Wakely --- (In reply to Marc Glisse from comment #2) > (In reply to Jonathan Wakely from comment #1) > > That code comes from the PSTL project which is part of LLVM, > > and maintained by Intel, so enhancements to

[Bug libstdc++/105308] Specialize for_each

2022-04-19 Thread glisse at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105308 --- Comment #2 from Marc Glisse --- (In reply to Jonathan Wakely from comment #1) > I'm unclear what the request is. The list isn't super clear to me either, any sensible specialization of a standard algorithm for a standard container. Even

[Bug libstdc++/105308] Specialize for_each

2022-04-19 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105308 --- Comment #1 from Jonathan Wakely --- I'm unclear what the request is. Are you proposing this for the parallel std::for_each with an execution policy? That code comes from the PSTL project which is part of LLVM, and maintained by Intel, so