Thread overview | |||||
---|---|---|---|---|---|
|
May 29, 2011 Empty const strings result in linker errors. | ||||
---|---|---|---|---|
| ||||
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 Re: Empty const strings result in linker errors. | ||||
---|---|---|---|---|
| ||||
Posted in reply to Jacob Carlborg | "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 30, 2011 Re: Empty const strings result in linker errors. | ||||
---|---|---|---|---|
| ||||
Posted in reply to Nick Sabalausky | 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 |
Copyright © 1999-2021 by the D Language Foundation