23 Aug
2008
23 Aug
'08
3:50 p.m.
I've looked at the inner implementation of the config components but I didn't find any way to get a simple preprocessor indicating which compiler/platform have been detected. Basiaclly, my goal is to use boost comprehensive detection features to select my own platform/compiler code selection through #ifdef. I tried using Preprocessor magic over the BOOST_PLATFORM string but not to avail. Is there a way to do such a thing or can we request for a #define BOOST_DETECTED_XXX_PLATFORM/COMPILER definition ?