
19 Jun
2006
19 Jun
'06
8:02 a.m.
"Gennaro Prota" wrote:
Shouldn't it be something like:
#if __DMC__ < ??? #error "Compiler not supported or configured - please reconfigure" #endif
Obviously yes.
// // last known and checked version is ...: #if (__DMC__ > 0x840) # if defined(BOOST_ASSERT_CONFIG) # error "Unknown compiler version - please run the configure tests and report the results" # endif
The latest released version is 8.48. Currently tested is 8.44b (beta?). 8.49 is in beta and more likely released before 1.34. /Pavel