[Bug c++/57429] Dependent function call with one visible declaration, deleted

2018-05-08 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57429 Paolo Carlini changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c++/57429] Dependent function call with one visible declaration, deleted

2018-05-08 Thread paolo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57429 --- Comment #2 from paolo at gcc dot gnu.org --- Author: paolo Date: Tue May 8 10:47:24 2018 New Revision: 260035 URL: https://gcc.gnu.org/viewcvs?rev=260035=gcc=rev Log: 2018-05-08 Paolo Carlini PR

[Bug c++/57429] Dependent function call with one visible declaration, deleted

2013-06-03 Thread potswa at mac dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57429 --- Comment #1 from David Krauss potswa at mac dot com --- To clarify the example, it's failing at definition time. There are two separate failures illustrated, a function template and a class template.