Mark Barnes
Mark Barnes
I think you should keep the .so because DAEValidatorLibrary is intended to provide validation and coherency check services to any application, not just the one tool. It's analogous to an...
No I haven't in this context.
Unfortunately, `signed char` and `unsigned char` and `char` are incompatible types. Changing this type could snowball into more compiler errors (with iostream especially). What is the reason for using `-1`...
Implicit conversion from signed char to either of the other types could cause compiler errors. if that's not happening then okay (wait and see I guess).