$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: David Abrahams (dave_at_[hidden])
Date: 2004-03-02 15:02:25
Guillaume Melquiond <guillaume.melquiond_at_[hidden]> 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