gdc and gcc object linking issues

Andrej Mitrovic andrej.mitrovich at gmail.com
Wed Jun 6 11:49:04 PDT 2012


On 6/6/12, Dmitry Olshansky <dmitry.olsh at gmail.com> wrote:
>> Old boring C++ :)
>>
>> Once you have this definition due to moronic linkage model (and probably
>> some other reasonable things) you have to have:
>>
>> int Class:statField;
>
> int Class::statField; obviously

Thanks, that fixed it! :)

Yeah C++ is a weirdo.


More information about the Digitalmars-d-learn mailing list