[Bug libstdc++/93884] ranges::copy doesn't like output iterators

2021-10-12 Thread ppalka at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93884 Patrick Palka changed: What|Removed |Added Target Milestone|--- |10.0 Status|NEW

[Bug libstdc++/93884] ranges::copy doesn't like output iterators

2020-02-24 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93884 --- Comment #4 from CVS Commits --- The master branch has been updated by Patrick Palka : https://gcc.gnu.org/g:85c143d002a31bebb675161315c8e62db240b636 commit r10-6819-g85c143d002a31bebb675161315c8e62db240b636 Author: Patrick Palka Date: Mo

[Bug libstdc++/93884] ranges::copy doesn't like output iterators

2020-02-24 Thread ppalka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93884 --- Comment #3 from Patrick Palka --- Looks like we do not yet implement parts of P0896R4 that make back_insert_iterator and front_insert_iterator into valid C++20 output_iterators.

[Bug libstdc++/93884] ranges::copy doesn't like output iterators

2020-02-24 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93884 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug libstdc++/93884] ranges::copy doesn't like output iterators

2020-02-22 Thread cjdb.ns at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93884 Christopher Di Bella changed: What|Removed |Added CC||cjdb.ns at gmail dot com --- Comm