Hi,
In my class A ,i have another nested class B inside A .To fixed my issue i got help from
http://www.swig.org/Doc1.3/SWIGPlus.html#SWIGPlus_nested_classesbut after all this changes , out put in my SWIG command is no different ,it gives me same warning
A.h(73) : Warning 325: Nested class not currently supported (B ignored) .
Is there any other changes( ) required for fixing nested class issue ?
Can you please help me out?