Subject: [Boost-users] [TR1] How to say BOOST_USE_BOOST_TR1
From: Markus Werle (numerical.simulation_at_[hidden])
Date: 2009-02-25 11:02:46


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.

Markus