Other Parts Discussed in Thread: OMAPL138
I tested the following STL instructions on an ARM (TMS470: OMAPL138)
bool sig1=std::numeric_limits<unsigned char>::is_signed;
bool sig2=std::numeric_limits<char>::is_signed;
Unfortunately both return false.
Is this a known issue? Is there a solution?