This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Java interface classes in C++


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]