En, I followed the message, and find the warning description as: "xxxx
will be initialized after".
But I still cannot understand what the compiler want to tell me.
Brian Budge 写道:
Hi -
Usually "instantiated from here" occurs when you instantiate
templates, and you have an error/warning in the template code...
Usually it looks something like this:
blah instantiated from here:
blah instantiated from here:
blah instantiated from here:
blah instantiated from here:
error/waring: missing semicolon or invalid symbol or some other
error/warning here
Just follow down the "instantiated from here:" messages to the place
where it describes the warning.
Brian
On 6/7/06, hj <hj@xxxxxxxxxxxxxx> wrote:
And something like "will be initialized after".
Where can I find a list of explanation of g++ warning/error?
Thank you very much!