$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: scleary_at_[hidden]
Date: 2000-06-02 12:09:04
> > FWIW, as of Pro 6, CodeWarrior will no longer be in the set of
> > implementations which Dave refers to.
>
> Let's hear it for Metrowerks!
> Actually, that's the only such implementation I knew of. Anyone know
> of others?
Borland. But they have another problem -- in some headers they still use
"masking macros", so that std::getc and some others simply won't work unless
you #undef getc first.
-Steve