[Bug libstdc++/117905] PSTL algos in require copy-constructible

2025-05-14 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117905 --- Comment #3 from Jonathan Wakely --- As noted at https://github.com/oneapi-src/oneDPL/issues/1955 the standard has some defects regarding the requirements for these numeric algos. It's necessary to assume some additional requirements such as

[Bug libstdc++/117905] PSTL algos in require copy-constructible

2025-05-06 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117905 --- Comment #2 from GCC Commits --- The master branch has been updated by Jonathan Wakely : https://gcc.gnu.org/g:df1d436d17c8280bd835b045bd7babf5058a7154 commit r16-426-gdf1d436d17c8280bd835b045bd7babf5058a7154 Author: Jonathan Wakely Date:

[Bug libstdc++/117905] PSTL algos in require copy-constructible

2024-12-03 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117905 Jonathan Wakely changed: What|Removed |Added Last reconfirmed||2024-12-03 Summary|PSTL al