$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Gennaro Prota (gennaro_prota_at_[hidden])
Date: 2002-08-19 17:03:41
Assuming that __GNUC__ was defined Gennaro wrote the following
sparkling piece of code:
>#if __GNUC__ < 3
> #define HAS_OLD_IOSTREAMS
>#endif
>
I meant, of course, #if defined (__GNUC__) && __GNUC__ < 3
Genny.