Quantcast
Channel: Imperfect C++
Viewing all articles
Browse latest Browse all 14

New Recommendation in Reprint: use of macros to define 64-bit integer literals

$
0
0
A new recommendation has been added, in section 15.4.2 (on page 240):

Recommendation: Use macros to abstract away differences for 64-bit integer literals.

This is due to the use of non-standard literal suffixes - L / LL, UL / ULL - in different compilers

Viewing all articles
Browse latest Browse all 14

Trending Articles