$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Toon Knapen (toon.knapen_at_[hidden])
Date: 2002-07-10 16:44:34
The mipspro compiler I'm using:
MIPSpro Compilers: Version 7.3.1.1m
does not have <cstddef> but only provides the old
<stddef.h>. For the moment, I quickly switched to using the old header and
unscoping size_t but what is the usual way to support missing new-style
headers.
toon