[Issue 2748] -H -o- together should me no semantic phases

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Mar 19 11:58:04 PDT 2009


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





------- Comment #1 from shro8822 at vandals.uidaho.edu  2009-03-19 13:58 -------

template Foo(T)
{
    const char[] Foo = " /// This is a function that takes a "~T.stringof~"
    "~T.stringof~" Bob("~T.stringof~" t)
    {
       return t;
    }
    ";
}

mixin(Foo!(int)); // doesn't work right but I wish it did


-- 



More information about the Digitalmars-d-bugs mailing list