Compile-Time Only Function

Moinak Bhattacharyya via Digitalmars-d digitalmars-d at puremagic.com
Fri Jun 23 04:24:14 PDT 2017


On Friday, 23 June 2017 at 11:04:52 UTC, Moinak Bhattacharyya 
wrote:
> On Friday, 23 June 2017 at 10:52:25 UTC, Stefan Koch wrote:
>> string GenString(bla, blubb)
>
> That still keeps string (an associative array) as a runtime 
> symbol thus requires druntime. How can I remove the string-y 
> part?

My mistake, it's typeinfo that's being included now. So is 
memcpy. I don't know why, as they are never used at runtime. How 
can I avoid this?


More information about the Digitalmars-d mailing list