[C++-sig] Small Pyste patch

Nicodemus nicodemus at globalite.com.br
Thu Mar 20 05:56:49 CET 2003


Patrick Hartling wrote:

> I have attached a small patch to the Pyste infos.py file.  This change 
> allows template parameters to include the C++ scope operator.
>
>  -Patrick 


Thanks Patrick! But unfortunately your patch doesn't adress template 
parameters that are templates themselves, for instance, std::vector<int> 
would produce the name std_vector<int>. This is of course an oversight 
from my implementation, and you pointed it out. I fixed it in the CVS.

Thanks again,
Nicodemus.






More information about the Cplusplus-sig mailing list