On Mon, Nov 26, 2007 at 01:33:54PM -0500, Stephane Hockenhull wrote: > > hi, it seem stl templates are not mangled as other classes and templates > > I was wondering why and where in the g++ source code is that special case > implemented? > > it seem to cause a problem with -fleading-underscore
AFAIK there is no special case, however there might be a bug lurking somewhere. Do you have a specific case where -fleading-underscore messes up?