-
Hi I've been trying to use a template whcih inherits from a templatted classes from boost but it's not recognised by the javactp tool at all and a corresponding class isn't generated in Java. The class MyTemplate2 is recognised in the java file but isn't generated in jni at all. Let me know if you need any additional details. Thanks The following class is extracted:
The type declaration:
With Configuration
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 7 replies
-
The formatting of the code doesn't work correctly... |
Beta Was this translation helpful? Give feedback.
-
Things like |
Beta Was this translation helpful? Give feedback.
-
Hi I managed to isolate my issue to this:
with the definition as: The MyEnumType isn't recognised correctly. It's seen by Java as NA::NB::MyEnumType and NA::NC::MyEnumType. Thanks, |
Beta Was this translation helpful? Give feedback.
Hi
I managed to isolate my issue to this: