1
Applications and Porting / Re: Problem with std::numeric_limits<char>::max()
« on: November 03, 2022, 07:59:35 pm »
The data type char maps to either signed char or unsigned char depending on the platform.
It is not a fixed part of the C++ (or C) standards.
Is there any conditional logic in the headers that is getting miss-triggered in gcc 12? What does gcc 13 do?
Al Dunsmuir
It is not a fixed part of the C++ (or C) standards.
Is there any conditional logic in the headers that is getting miss-triggered in gcc 12? What does gcc 13 do?
Al Dunsmuir