help-gplusplus
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: strange link problem


From: address@hidden
Subject: Re: strange link problem
Date: 7 Mar 2006 04:02:56 -0800
User-agent: G2/0.2

> What could it possibly be?

What if you delete the 'static' keyword?
What if you construct aaa not in the list but in the
compound statement "{}" of the constructor?

My guess is that the static var is not yet initialized when a::a() :
aaa(0,PERM_NONE) { }  is called.

Marc Wentink



reply via email to

[Prev in Thread] Current Thread [Next in Thread]