This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/86246] [8/9 Regression] Template dispatching error inside a template function


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

--- Comment #4 from Nathan Sidwell <nathan at gcc dot gnu.org> ---
but myclass::operator double is not a template.  why would we find it as a
specialization of the templated conversion operator?  (to be clear, that maybe
what we want, but the temp.mem does not appear to be saying that)

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]