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


bearophile_h...@eml.cc changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bearophile_h...@eml.cc


--- Comment #1 from bearophile_h...@eml.cc 2012-07-23 04:55:04 PDT ---
This program runs with no errors on DMD 2.060alpha:


pure string foo(string s)() {
    uint fromPos = 2;
    return s[fromPos .. $];
}
void main() {
    pragma(msg, foo!"12345"());
}

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

Reply via email to