[Issue 6196] with statement with single statement breaks linking

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sat Oct 27 10:47:10 PDT 2012


http://d.puremagic.com/issues/show_bug.cgi?id=6196



--- Comment #5 from hsteoh at quickfur.ath.cx 2012-10-27 10:47:09 PDT ---
Interestingly enough, if I replace the with() clause with std.stdio.writeln()
(which links without errors) and look at the resulting executable, it does
define _D3std5stdio12__T7writelnZ7writelnFZv.

Which means that the template isn't getting instantiated when used with a
'with' clause, perhaps?

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list