
13 Nov
2004
13 Nov
'04
5:29 p.m.
At 09:51 AM 11/12/2004, Peter Dimov wrote:
Beman Dawes wrote:
To insure Boost code works with various TR implementations, some Boost code will want to use the compiler vendor's version of the TR if the TR component required is available, but otherwise will want to use
Boost equivalent code.
However, some Boost code might want to use the Boost version of the component, even if one is provided in std::tr1; and we also need to keep in mind that only some parts of std::tr1 may be missing. TR1-namespace-level
global solutions can't work.
Yes, we need to be able to accommodate both of those cases. --Beman