[Bug libstdc++/90509] failing typing std::transform with policies on std::insert_iterator

redi at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Thu May 16 22:57:00 GMT 2019


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90509

Jonathan Wakely <redi at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |INVALID

--- Comment #3 from Jonathan Wakely <redi at gcc dot gnu.org> ---
Yes, and the overload that takes an exeution policy requires forward iterators
for the input range and the output range.

It doesn't matter if you use the sequential policy or not.


More information about the Gcc-bugs mailing list