$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: kevin_vanhorn_at_[hidden]
Date: 2001-03-15 16:44:44
--- In boost_at_y..., Doug Gregor <gregod_at_r...> wrote:
> namespace std {
> import ::ptrdiff_t;
> }
According to the standard, user code can't add new names to
the std namespace. (And don't you mean "using ::ptrdiff_t"?)
What I ended up doing was rebuilding the library with
--disable-namespaces and compiling without -fhonor-std.