Open lightgoleft opened 7 years ago
Functions which use std::string should not be ignored so there definitely is some bug there. However, it doesn't really matter because std::string is not properly supported yet anyway. I am afraid I am going to be really busy for at least a week so I could only take a look afterwards.
Hello,
I am trying to wrap my c++ library into c sharp on android. However, it turned out ignoring many of my functions due to std::string, i.e., template std::allocator<>. I saw some of issues in same sort on forum, so I want to make sure whether it is my mis-using cppsharp or it is out of some limitation.
my class is like:
Cppsharp log:
After doing some researching and debugging, I found "std::allocator<sbyte>::rebind" does exist under
but ASTContect.FindClass() only searches classes but no templates and their specializations, which causes the problem.
Thanks.
OS: Windows with Xamarin
Target: Clang/NDK
Other settings