Using wide characters in Exprtk

55 Views Asked by At

Is there a built-in method to use wide (16-bit) character strings in Exprtk? I have modified the source code exprtk.hpp to accomplish this and it seems to work correctly. It is not my preferred way to go about it though as I'm not sure that I covered all the necessary changes and it is a fair amount of work. So an update of exprtk.hpp requires a repeat of the work. Ideally there would be something like a #define UseWchar to accomplish this.

0

There are 0 best solutions below