List of reserved words

monarch_dodra monarchdodra at gmail.com
Thu Oct 11 05:43:19 PDT 2012


On Thursday, 11 October 2012 at 11:44:36 UTC, Jacob Carlborg 
wrote:
> On 2012-10-11 13:00, Iain Buclaw wrote:
>
>
> Right, any others hiding somewhere else?

__ctfe

Although I should file that as a bug I guess:

//----
void main()
{
     bool __ctfe = true;
}
//----
Internal error: ..\ztc\cgcs.c 522
//----


More information about the Digitalmars-d mailing list