$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Peter Dimov (pdimov_at_[hidden])
Date: 2005-04-29 13:57:16
JOAQUIN LOPEZ MU?Z wrote:
> The patch reduces to issuing a
>
> namespace std{using ::va_list;}
>
> for the Comeau compiler.
Why not just switch to <stdarg.h> and va_list? The other va_* things are
macros anyway.