|
Boost : |
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.
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk