[Issue 11826] An Access Violation in Phobos with cartesianProduct at compile-time

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Sat Aug 9 14:09:54 PDT 2014


https://issues.dlang.org/show_bug.cgi?id=11826

hsteoh at quickfur.ath.cx changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |CTFE, diagnostic
          Component|Phobos                      |DMD

--- Comment #5 from hsteoh at quickfur.ath.cx ---
As pointed out by Timon Gehr on the forum, this bug seems to be a failure to
detect an unsupported feature in CTFE. Moving r=f(2) line into main() and
changing it from auto to enum (to force CTFE) triggers the same problem.

--


More information about the Digitalmars-d-bugs mailing list