Checking the sizeof an integer type in the preprocessor

Posted by myahya on Stack Overflow See other posts from Stack Overflow or by myahya
Published on 2010-04-06T13:01:49Z Indexed on 2010/04/06 13:03 UTC
Read the original article Hit count: 277

Filed under:
|
|

How can I check the size of an unsigned in the preprocessor under g++? sizeof is out of the question since it is not defined when during preprocessing.

© Stack Overflow or respective owner

Related posts about c++

Related posts about preprocessor