[Issue 11441] DMD halts compilation at semantic3

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed Nov 6 01:11:42 PST 2013


https://d.puremagic.com/issues/show_bug.cgi?id=11441


kekeniro2 at yahoo.co.jp changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kekeniro2 at yahoo.co.jp


--- Comment #2 from kekeniro2 at yahoo.co.jp 2013-11-06 01:11:39 PST ---
I hit this case but got an error message below on Windows 7.

c:\d\dmd2\windows\bin\..\..\src\phobos\std\algorithm.d(3724): Error: template
instance std.traits.isSomeChar!(Type) recursive expansion

It occurs in 'find' function. The line at line 3724 is:
enum  isIntegralNeedle = isSomeChar!E || isIntegral!E || isBoolean!E;


Information Only.

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


More information about the Digitalmars-d-bugs mailing list