[Issue 12102] Testing presence of member functions with same name but different signature fails

2015-05-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12102 Vladimir Panteleev thecybersha...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

Re: Testing presence of member functions with same name but different signature.

2014-02-08 Thread Matthias Walter
On 02/06/2014 10:44 PM, Timon Gehr wrote: On 02/06/2014 10:32 PM, Matthias Walter wrote: Is this a bug? Yes. Okay, added a ticket: http://d.puremagic.com/issues/show_bug.cgi?id=12102

[Issue 12102] New: Testing presence of member functions with same name but different signature fails

2014-02-07 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12102 Summary: Testing presence of member functions with same name but different signature fails Product: D Version: 2.041 Platform: x86_64 OS/Version: Linux Status:

Testing presence of member functions with same name but different signature.

2014-02-06 Thread Matthias Walter
Hi, I realized the following behavior and want to ask whether this is expected behavior and if yes, I'd like to know a reason. The check of MyClass.func(MyClass.A) and MyClass.func(MyClass.B) in the main() function succeeds, but the alias line *in* the class definition fails with template

Re: Testing presence of member functions with same name but different signature.

2014-02-06 Thread Timon Gehr
On 02/06/2014 10:32 PM, Matthias Walter wrote: Is this a bug? Yes.