digitalmars.D.learn - Empty const strings result in linker errors.
- Jacob Carlborg (4/4) May 29 2011 In DMD 1.068 I get linker errors, missing symbols, on empty strings that...
- Nick Sabalausky (4/6) May 29 2011 It's an already-reported bug in D1:
- Jacob Carlborg (4/11) May 29 2011 Hmm, it works for me using DMD 1.067. Is this the same issue?
In DMD 1.068 I get linker errors, missing symbols, on empty strings that are const. Is this a bug or intentional? -- /Jacob Carlborg
May 29 2011
"Jacob Carlborg" <doob me.com> wrote in message news:iru404$4qp$1 digitalmars.com...In DMD 1.068 I get linker errors, missing symbols, on empty strings that are const. Is this a bug or intentional?It's an already-reported bug in D1: http://d.puremagic.com/issues/show_bug.cgi?id=4315
May 29 2011
On 2011-05-29 22:28, Nick Sabalausky wrote:"Jacob Carlborg"<doob me.com> wrote in message news:iru404$4qp$1 digitalmars.com...Hmm, it works for me using DMD 1.067. Is this the same issue? -- /Jacob CarlborgIn DMD 1.068 I get linker errors, missing symbols, on empty strings that are const. Is this a bug or intentional?It's an already-reported bug in D1: http://d.puremagic.com/issues/show_bug.cgi?id=4315
May 29 2011