cannot evalute mixin(uuid("bla")) at compile time

Steven Schveighoffer schveiguy at yahoo.com
Wed Aug 4 14:57:17 PDT 2010


On Wed, 04 Aug 2010 17:31:30 -0400, Philippe Sigaud  
<philippe.sigaud at gmail.com> wrote:

> On Wed, Aug 4, 2010 at 22:00, Steven Schveighoffer  
> <schveiguy at yahoo.com>wrote:
>
>>
>>>>> code i'm not sure what the
>>>>>
>>>>>      is(char[1 + Range.empty]))
>>>>>
>>>>>
>>>>
>>>> Hm..., then shouldn't that be is(typeof(...))?
>>
>>
> But char[1 + ...] is already a type, no? I thought typeof() was to  
> extract
> type from an expression?

Yes, you are right, I'll just shut up now :)

-Steve


More information about the Digitalmars-d-learn mailing list