From: Baptiste L. <gai...@fr...> - 2003-01-08 18:47:20
|
----- Original Message ----- From: "Andre Baresel" <and...@gm...> To: "CppTool Mailing List" <Cpp...@li...> Sent: Tuesday, January 07, 2003 8:00 PM Subject: Re: [Cpptool-develop] Expression parsing > Baptiste Lepilleur wrote: > > >I doubt this can be done correctly because of template: > > > >namer<string , comon_naming_traits>( firstName, lastName ) > >=> there is no way to know if namer is a template or no. > > > ok, just to understand the example -- this expression could be a > function call to a templated function ? Yes. Any templates with multiple parameters will be wrongly splitted, but as I said this is not an issue at the current time, just something we should be aware of. Baptiste. > > -- Andre |