http://d.puremagic.com/issues/show_bug.cgi?id=8421



--- Comment #1 from Lukasz Wrzosek <luk.wrzo...@gmail.com> 2012-07-23 15:24:59 
PDT ---
dmd loops endlessly on this code:
----------------
import std.typecons;
string bug(T..., U : tuple!T)(tuple!T t);


dmd aborts on this code:
----------------
import std.typecons;
string bug(T, U : tuple!T)(tuple!T t);
enum e = bug(tuple!int);

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

Reply via email to