[C++-sig] Pyste overload problem
Nicodemus
nicodemus at globalite.com.br
Wed Jul 2 17:00:46 CEST 2003
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!
Alas, it might take a while for me to solve this, because I am a little
swamped right now (college finals), but I will look at it ASAP.
Regards,
Nicodemus.
More information about the Cplusplus-sig
mailing list