This is the mail archive of the java-discuss@sourceware.cygnus.com mailing list for the Java project.


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

Re: instanceof in CNI


>>>>> "ks" == ks  <ks@micky.rgv.hp.com> writes:

ks> The standard C++ mechanism is to use RTTI as in:
ks>    typeof<foo> == typeof<bar>
ks> but I think that C++ RTTI interferes with Java if I remember correctly.

That's right, they don't interoperate.
This would probably be a good thing to do.
However, it is a very low priority for us; odds are it will have to
wait for a net volunteer to write it.

Tom

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