Thread overview
Empty const strings result in linker errors.
May 29, 2011
Jacob Carlborg
May 29, 2011
Nick Sabalausky
May 30, 2011
Jacob Carlborg
May 29, 2011
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 30, 2011
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