[Bug libstdc++/68995] [4.9/5/6 Regression] Including both and can cause ADL problems in std::function SFINAE

2016-01-12 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68995 --- Comment #8 from Jonathan Wakely --- Author: redi Date: Tue Jan 12 19:39:47 2016 New Revision: 232294 URL: https://gcc.gnu.org/viewcvs?rev=232294&root=gcc&view=rev Log: Extend std::function test for PR 68995 * testsuite/20_util/funct

[Bug libstdc++/68995] [4.9/5/6 Regression] Including both and can cause ADL problems in std::function SFINAE

2016-01-12 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68995 --- Comment #6 from Jonathan Wakely --- Author: redi Date: Tue Jan 12 18:11:20 2016 New Revision: 232288 URL: https://gcc.gnu.org/viewcvs?rev=232288&root=gcc&view=rev Log: libstdc++/68995 qualify calls to __callable_functor PR libstdc++

[Bug libstdc++/68995] [4.9/5/6 Regression] Including both and can cause ADL problems in std::function SFINAE

2016-01-12 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68995 Jonathan Wakely changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug libstdc++/68995] [4.9/5/6 Regression] Including both and can cause ADL problems in std::function SFINAE

2016-01-12 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68995 --- Comment #5 from Jonathan Wakely --- Author: redi Date: Tue Jan 12 16:54:10 2016 New Revision: 232281 URL: https://gcc.gnu.org/viewcvs?rev=232281&root=gcc&view=rev Log: libstdc++/68995 qualify calls to __callable_functor PR libstdc++

[Bug libstdc++/68995] [4.9/5/6 Regression] Including both and can cause ADL problems in std::function SFINAE

2016-01-08 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68995 Richard Biener changed: What|Removed |Added Target Milestone|--- |4.9.4

[Bug libstdc++/68995] [4.9/5/6 Regression] Including both and can cause ADL problems in std::function SFINAE

2015-12-21 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68995 --- Comment #4 from Jonathan Wakely --- Author: redi Date: Mon Dec 21 13:02:18 2015 New Revision: 231880 URL: https://gcc.gnu.org/viewcvs?rev=231880&root=gcc&view=rev Log: libstdc++/68995 qualify calls to __callable_functor PR libstdc++