Re: Empty const strings result in linker errors.

2011-05-29 Thread Jacob Carlborg
On 2011-05-29 22:28, Nick Sabalausky wrote: "Jacob Carlborg" 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/i

Re: Empty const strings result in linker errors.

2011-05-29 Thread Nick Sabalausky
"Jacob Carlborg" 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

Empty const strings result in linker errors.

2011-05-29 Thread Jacob Carlborg
In DMD 1.068 I get linker errors, missing symbols, on empty strings that are const. Is this a bug or intentional? -- /Jacob Carlborg