$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: David Abrahams (david.abrahams_at_[hidden])
Date: 2002-07-07 11:02:59
From: "Greg Comeau" <comeau_at_[hidden]>
> On this note, be careful with common_edg.hpp (although there is
> not much in it) because probably many vendors toss __EDG_VERSION__
> (I think I had done so very early on).
That's horrible. It makes writing portable code incredibly difficult,
because EDG workarounds then need to be re-discovered for each vendor.
-Dave