On 2012-10-11 14:43, monarch_dodra wrote:
> __ctfe
>
> Although I should file that as a bug I guess:
>
> //----
> void main()
> {
> bool __ctfe = true;
> }
> //----
> Internal error: ..\ztc\cgcs.c 522
> //----
An internal error or assert in the compiler is always a bug.
--
/Jacob Carlborg