
17 Jul
2006
17 Jul
'06
6:46 p.m.
On Mon, 17 Jul 2006 09:48:03 -0400, David Abrahams <dave@boost-consulting.com> wrote:
You might be able to do something like
BOOST_WORKAROUND(CXX_GCC, VERSION <= (3)(4)(2))
as a transition step, and then when you're done, just make "VERSION" optional. That would also allow checking just major, or just major+minor versions:
BOOST_WORKAROUND(CXX_GCC, VERSION <= (3)(4))
That's nice :) You know, I like it as much as you do, but I'd rather be safe than sorry. What about the approach proposed by Joaquin? -- [ Gennaro Prota, C++ developer for hire ] [ resume: available on request ]