在 2018/5/24 14:59, Martin Storsjö 写道: > That seems like a very new addition, too new to rely on. Notice how it > is present in the 7.1.0 docs [1] but missing in the 6.1.0 docs [2]. > > Additionally, clang does seem to define this kind of macros, but not all > of them (it defines e.g. __SIZE_WIDTH__ but not __LONG_WIDTH__). >
Got it. `sizeof(long) * __CHAR_BIT__` should suffice. -- Best regards, LH_Mouse ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
