www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - Empty const strings result in linker errors.

reply Jacob Carlborg <doob me.com> writes:
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
parent reply "Nick Sabalausky" <a a.a> writes:
"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
parent Jacob Carlborg <doob me.com> writes:
On 2011-05-29 22:28, Nick Sabalausky wrote:
 "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
Hmm, it works for me using DMD 1.067. Is this the same issue? -- /Jacob Carlborg
May 29 2011