Java interface classes in C++
Jeff Sturm
jsturm@one-point.com
Tue Oct 21 17:29:00 GMT 2003
On Tue, 21 Oct 2003, Nathan Sidwell wrote:
> In fixing 12335 I came across some ambiguity with extern "Java" classes.
> Is any of the attached valid? Currently we barf on One::~One complaining
> that its 'int' parameter is non-java. That's a meaningless to the user
> -- its the in_charge parm.
Desctructors are meaningless to Java. Declaring One::~One should be an
error regardless.
Jeff
More information about the Gcc
mailing list