[Issue 4749] Templated & non-templated constructors conflicting

2013-07-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4749


Jonathan M Davis  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||jmdavisp...@gmx.com
 Resolution||DUPLICATE


--- Comment #5 from Jonathan M Davis  2013-07-20 21:58:59 
PDT ---
*** This issue has been marked as a duplicate of issue 1528 ***

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


[Issue 4749] Templated & non-templated constructors conflicting

2011-08-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4749


simendsjo  changed:

   What|Removed |Added

 CC||simend...@gmail.com


--- Comment #4 from simendsjo  2011-08-02 06:46:56 PDT ---
A smaller test case:

struct S {
this()(int v) {}
this(char[] v) {}
}

t.d(3): Error: constructor t.S.this conflicts with template t.S.__ctor() at
t.d(
2)

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


[Issue 4749] Templated & non-templated constructors conflicting

2011-02-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4749


Brad Roberts  changed:

   What|Removed |Added

   Platform|x86_64  |x86


--- Comment #3 from Brad Roberts  2011-02-06 15:40:09 PST 
---
Mass migration of bugs marked as x86-64 to just x86.  The platform run on isn't
what's relevant, it's if the app is a 32 or 64 bit app.

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


[Issue 4749] Templated & non-templated constructors conflicting

2010-08-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4749



--- Comment #2 from Mitch Hayenga  2010-08-28 22:08:43 
PDT ---
Also likely the same bug as 2972.

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


[Issue 4749] Templated & non-templated constructors conflicting

2010-08-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4749



--- Comment #1 from Mitch Hayenga  2010-08-28 21:59:26 
PDT ---
Btw, oops bugs in that code.  Swapped s & str in the assignment.

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