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


Adam D. Ruppe <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]


--- Comment #3 from Adam D. Ruppe <[email protected]> 2013-06-29 
12:14:31 PDT ---
octal isn't even a function, I thought. It uses a helper function internally,
but in the end does an

template octal(s) {
   enum octal = helper(s);
}

so calling it on the outside world isn't right - octal!100 should be an int
literal.

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

Reply via email to