$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Jens Maurer (Jens.Maurer_at_[hidden])
Date: 2000-11-15 15:41:32
Thomas Matelich wrote:
>
> I'm working on HPUX 10.2 and trying to get the regression tests working
> on this platform. The first problem I'm running into is some non
> standard stuff. Primary example, aCC does not have <iostream>, just
> <iostream.h>, causing array1.cpp to crash.
>
> So, do I ifdef in iostream, or just get STLPort and go that way only?
I would not try to #ifdef around such a fundamental thing as
<iostream>. It adds a bit too much garbage to lots of files.
Could you try with STLport first?
Jens Maurer