This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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@cad.zju.edu.cn> 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 Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]