$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Jens Maurer (Jens.Maurer_at_[hidden])
Date: 2001-02-25 15:58:15
Doug Gregor wrote:
> c) Changes "#include <cstddef>" to "#include <boost/pending/stddef.hpp>"
> (for MIPSpro 7.3.0)
If your compiler/library is so broken that it doesn't even deliver
<cXXX> headers, lots of other stuff will fail as well. See the
regression tests on IRIX and Compaq Alpha.
For this case, everybody concerned should install <cXXX> wrappers (there's
a python script auto-generating these in the files section). It's similar
to a missing gcc <limits>.
Jens Maurer