improve operability in C++
kellekai opened this issue · 1 comments
kellekai commented
this concerns mostly FTI API functions that expects strings. Currently it is not possible to pass constant strings (for instance c_str()
or literal strings to FTI. The strings have to be casted to char*
in the moment. It might be useful to create tests that call API functions from a C++ wrapper to check operability.
leobago commented
This has been fixed.