[Bug libstdc++/77537] pair constructors do not properly SFINAE

2016-09-21 Thread ville.voutilainen at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77537 Ville Voutilainen changed: What|Removed |Added Status|RESOLVED|REOPENED Last reconfirmed|

[Bug libstdc++/77537] pair constructors do not properly SFINAE

2016-09-21 Thread ville.voutilainen at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77537 Ville Voutilainen changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |ville.voutilainen at gmail

[Bug libstdc++/77537] pair constructors do not properly SFINAE

2016-09-21 Thread ville.voutilainen at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77537 --- Comment #5 from Ville Voutilainen --- There's a fairly decent chance, sure. :) I'll cook up a patch.

[Bug libstdc++/77537] pair constructors do not properly SFINAE

2016-09-21 Thread Casey at Carter dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77537 --- Comment #4 from Casey Carter --- Any chance of applying this to 6-branch as well? This is breaking both range-v3 and cmcstl2 in a nasty and hard-to-workaround way.

[Bug libstdc++/77537] pair constructors do not properly SFINAE

2016-09-21 Thread ville.voutilainen at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77537 Ville Voutilainen changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug libstdc++/77537] pair constructors do not properly SFINAE

2016-09-21 Thread ville at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77537 --- Comment #2 from ville at gcc dot gnu.org --- Author: ville Date: Wed Sep 21 16:48:35 2016 New Revision: 240322 URL: https://gcc.gnu.org/viewcvs?rev=240322=gcc=rev Log: PR libstdc++/77537 Implement LWG 2729 for pair. *

[Bug libstdc++/77537] pair constructors do not properly SFINAE

2016-09-08 Thread ville.voutilainen at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77537 --- Comment #1 from Ville Voutilainen --- See https://gcc.gnu.org/ml/gcc-patches/2016-08/msg01230.html