Boost logo

Boost Users :

Subject: Re: [Boost-users] [TR1] How to say BOOST_USE_BOOST_TR1
From: Richard Webb (richard.webb_at_[hidden])
Date: 2009-02-25 12:34:09


Markus Werle wrote:
>
> Hi!
>
> I'd like to
> #include <boost/tr1/*.hpp>
> while at the same time state that I am *not*
> interested in the compiler's TR1 implementation
> (vc9 ...)
>
> Any MACRO BOST_HAS_NO_TR1 I missed?
> The opposite (BOOST_HAS_TR1) exists.
>
>

If you're specifically talking about VC9, then you can try defining _HAS_TR1
to 0 to disable the MS implementation.

-- 
View this message in context: http://www.nabble.com/-TR1--How-to-say-BOOST_USE_BOOST_TR1-tp22205891p22207736.html
Sent from the Boost - Users mailing list archive at Nabble.com.

Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net