Thread overview
[Issue 8654] cannot take address of function which is 1)overloaded, 2) templated, and 3) member (static or not): Error: xxx is not an lvalue
Nov 24, 2013
yebblies
Jan 22, 2014
Kenji Hara
Feb 04, 2014
yebblies
November 24, 2013
https://d.puremagic.com/issues/show_bug.cgi?id=8654


yebblies <yebblies@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ice
                 CC|                            |yebblies@gmail.com
           Severity|normal                      |major


--- Comment #1 from yebblies <yebblies@gmail.com> 2013-11-25 03:03:18 EST ---
All of these now work, except for run(&a.fun5!double); which ICEs after
correctly being rejected.

-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
January 22, 2014
https://d.puremagic.com/issues/show_bug.cgi?id=8654



--- Comment #2 from Kenji Hara <k.hara.pg@gmail.com> 2014-01-22 08:48:40 PST ---
run(&a.fun3); should be ambiguous, because there's not enough context to determine overload resolution.

-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
February 04, 2014
https://d.puremagic.com/issues/show_bug.cgi?id=8654


yebblies <yebblies@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|ice                         |accepts-invalid


--- Comment #3 from yebblies <yebblies@gmail.com> 2014-02-04 23:06:32 EST ---
fun5 no longer ices, fun3's accepts-invalid is probably a duplicate.

-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------