CTFE Status 2
Nicholas Wilson via Digitalmars-d
digitalmars-d at puremagic.com
Sun Apr 2 00:42:29 PDT 2017
On Sunday, 2 April 2017 at 04:34:34 UTC, H. S. Teoh wrote:
> On Sat, Apr 01, 2017 at 05:06:14PM +0000, Inquie via
> Digitalmars-d wrote: [...]
>> How far off until newCTFE is usable to compile the majority of
>> templates out there?
>
> CTFE and templates are two separate things. You may want to
> read this (draft) article to get a better understanding of how
> they fit together:
>
> https://wiki.dlang.org/User:Quickfur/Compile-time_vs._compile-time
>
>
> T
some drive-by review
---
struct Box!float
{
int data;
}
Box!float floatBox;
---
Is not what you meant.
More information about the Digitalmars-d
mailing list