On 05/17/2013 04:27 AM, Edward Diener wrote:
For a given compiler [version], I would like to:

I don't know of a way to do this (there probably is though). But I would consider not testing a specific compiler version and instead detect feature availability (Such as C++0x) using " check-target-builds".
I have a small example where I test for the -mt suffix on a system: https://github.com/thomassuckow/SystemBoost/blob/master/Jamfile.v2