$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Paul Mensonides (pmenso57_at_[hidden])
Date: 2002-06-26 12:59:39
> So where do we sign the petition? ;-)
>
> What C++ compiler are you using by the way?
Comeau C++/Visual C++ mostly. __VA_ARGS__ is not part of C++, so Comeau C++
won't do it in strict mode. It will do it in C99 mode though.
Paul Mensonides