This is not the correct mailing list for help using gcc, it is for help developing gcc. Use gcc-help in future please. Michael Gatford wrote:
> > > std::map<string, thisfunc>::const_iterator functionIterator = > quickfindtag.find(funcname); put "typename" at the beginning of this line. Chris