[Bug libstdc++/64103] conflicting definitions in parallel/algo.h and algorithmfwd.h

2014-12-02 Thread doko at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64103

--- Comment #3 from Matthias Klose doko at gcc dot gnu.org ---
Author: doko
Date: Tue Dec  2 16:32:24 2014
New Revision: 218278

URL: https://gcc.gnu.org/viewcvs?rev=218278root=gccview=rev
Log:
2014-12-02  Matthias Klose  d...@ubuntu.com

PR libstdc++/64103
Backport from mainline
2014-11-03  Paolo Carlini  paolo.carl...@oracle.com

* include/parallel/algo.h: Do not use default arguments in function
template redeclarations (definitions).

2014-11-04  Jonathan Wakely  jwak...@redhat.com

* include/parallel/numeric.h: Do not use default arguments in function
template redeclarations (definitions).

Modified:
branches/gcc-4_9-branch/libstdc++-v3/ChangeLog
branches/gcc-4_9-branch/libstdc++-v3/include/parallel/algo.h
branches/gcc-4_9-branch/libstdc++-v3/include/parallel/numeric


[Bug libstdc++/64103] conflicting definitions in parallel/algo.h and algorithmfwd.h

2014-12-02 Thread doko at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64103

Matthias Klose doko at gcc dot gnu.org changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |FIXED

--- Comment #4 from Matthias Klose doko at gcc dot gnu.org ---
backported


[Bug libstdc++/64103] conflicting definitions in parallel/algo.h and algorithmfwd.h

2014-12-02 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64103

Jonathan Wakely redi at gcc dot gnu.org changed:

   What|Removed |Added

   Target Milestone|--- |4.9.3


[Bug libstdc++/64103] conflicting definitions in parallel/algo.h and algorithmfwd.h

2014-11-29 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64103

--- Comment #1 from Jonathan Wakely redi at gcc dot gnu.org ---
Already fixed at r217050


[Bug libstdc++/64103] conflicting definitions in parallel/algo.h and algorithmfwd.h

2014-11-29 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64103

Jonathan Wakely redi at gcc dot gnu.org changed:

   What|Removed |Added

  Known to work||5.0

--- Comment #2 from Jonathan Wakely redi at gcc dot gnu.org ---
And additionally r217069

Those fixes would be safe to backport.