[Issue 2394] IFTI fails for nulls

2015-06-08 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=2394

Andrei Alexandrescu and...@erdani.com changed:

   What|Removed |Added

Version|2.019   |D2

--


[Issue 2394] IFTI fails for nulls

2011-12-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2394


Kenji Hara k.hara...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED


--- Comment #4 from Kenji Hara k.hara...@gmail.com 2011-12-27 00:21:55 PST ---
By fixing issue 5416 (dmd2.057 and later), null literal works as expected in
IFTI.

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


[Issue 2394] IFTI fails for nulls

2011-07-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2394


Jesse Phillips jesse.k.phillip...@gmail.com changed:

   What|Removed |Added

 CC||jesse.k.phillip...@gmail.co
   ||m


--- Comment #1 from Jesse Phillips jesse.k.phillip...@gmail.com 2011-07-18 
18:06:50 PDT ---
Here is a simple example with string.

void main() {
example(null);
}

void example()(string[] foo) {
}

test.d(3): Error: template test.example() does not match any function
template declaration
test.d(3): Error: template test.example() cannot deduce template function
from argument types !()(void*)

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


[Issue 2394] IFTI fails for nulls

2011-07-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2394


yebblies yebbl...@gmail.com changed:

   What|Removed |Added

 CC||yebbl...@gmail.com
   Platform|x86 |All
 OS/Version|Windows |All


--- Comment #2 from yebblies yebbl...@gmail.com 2011-07-19 13:31:16 EST ---
Related to issue 2367 (and fixed by that patch)

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


[Issue 2394] IFTI fails for nulls

2011-07-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2394



--- Comment #3 from yebblies yebbl...@gmail.com 2011-07-19 14:33:16 EST ---
Or maybe it's bug 4953

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