
2 Mar
2004
2 Mar
'04
8:02 p.m.
Guillaume Melquiond <guillaume.melquiond@ens-lyon.fr> writes:
At first I thought it was necessary for G++ 2.95. But I did give it a try and it seems to handle "using std::min" even if it should be "using ::min" with this compiler (everything was in the root namespace).
With 2.95 it isn't that simple. Some things really *are* in std::. It's just that 2.95 allows you to use them as though they were in ::. -- Dave Abrahams Boost Consulting www.boost-consulting.com