Re: what's the meaning of the warning "instantiated from here"

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

 



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!


[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux