25 Feb
2009
25 Feb
'09
4:18 p.m.
I'd like to #include
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.
Unfortunately you can't do that: the std::tr1 namespace has already been polluted by the vendors implementation so we can't add ours in there as well. You can of course use boost::whatever directly, rather than std::tr1::whatever. John.