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?

Reply via email to