Subject: Re: [Boost-users] [TR1] How to say BOOST_USE_BOOST_TR1
From: John Maddock (john_at_[hidden])
Date: 2009-02-26 04:31:13


> Or are we going to run into trouble because another std header might
> include the compiler's tr1 stuff again?

Yes, for example there are TR1 components in existing C++ std lib headers
such as <utility> <cmath> etc.

So there's no mechanism by which we can avoid including the vendors version
if it's available.

John.