Boost logo

Boost :

From: Gennaro Prota (gennaro_prota_at_[hidden])
Date: 2006-07-17 14:46:00


On Mon, 17 Jul 2006 09:48:03 -0400, David Abrahams
<dave_at_[hidden]> 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      ]

Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk