
12 Oct
2010
12 Oct
'10
7:38 a.m.
- BOOST_INTMAX_C is the only macro that's defined in ratio.hpp but not staring with BOOST_RATIO_. As the name suggests, it'll be better 1) if placed in boost/cstdint.hpp, or 2)be named as BOOST_RATIO_INTMAX_C indicating that it's used for boost.ratio only, I personally prefer option 1).
I'll see if we can add it to cstdint.hpp. Waiting for that I will rename the macro.
The C99 macros INTMAX_C and UINTMAX_C are already present in boost/cstdint.hpp. HTH, John.