
9 Jul
2005
9 Jul
'05
3:56 p.m.
Someone at one point suggested we add something like this:
# ifdef __GNUC_PATCHLEVEL__ # define BOOST_GNUC_FULL_VERSION ((__GNUC__ * 1000UL + __GNUC_MINOR__) * 1000UL + __GNUC_PATCHLEVEL__) # else # define BOOST_GNUC_FULL_VERSION 0 # endif
Without it, testing for GCC versions is painful. I'd like it; can we do it?
Actually I thought it had already been done (Gennadiy Rozental was going to add this I thought), so please do go ahead! John.