I was reading C++ Primer and came across a table containing the minimum guaranteed size of data types of C++, in that it was written that the minimum size of bool is not guaranteed.
Is there any specific reason for it?
↧
Why is there no minimum size of bool data type?
↧