$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Douglas Gregor (gregod_at_[hidden])
Date: 2001-06-23 09:44:04
From the regression status in CVS, it appears that BOOST_NO_STD_ALLOCATOR
needs to be defined for:
1) SGI MIPSpro 7.3.1.2 w/ STLport 4.1b4
2) Sun Workshop 6
The compiler errors from both target the absence of the 'rebind' member in
the standard allocator. I don't have access to either compiler to verify that
the problem really exists (and isn't triggered by something else going
wrong...).
Doug