[C++-sig] Pyste overload problem

Nicodemus nicodemus at globalite.com.br
Thu Jul 3 02:01:55 CEST 2003


Nicodemus wrote:

> Hi Jim,
>
> Jim Wilson wrote:
>
>> foo.h:
>>
>>     void bar(char**);
>>     void bar();
>>
>> foo.pyste:
>>
>>     Function("bar", "foo.h")
>>
>> Pyste issues no "needs-a-policy" complaint.  Instead, it apparently 
>> generates
>> code which calls bar(char*), a function which does not exist. 
>
>
>
> It sure does look like a bug, I will take a look into it. Thanks for 
> the report!


Fixed in CVS. Thanks again Jim.

Regards,
Nicodemus.





More information about the Cplusplus-sig mailing list