$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Bronek Kozicki (brok_at_[hidden])
Date: 2005-04-30 10:13:28
Edward Diener wrote:
> Bronek Kozicki wrote:
>> Edward Diener wrote:
>>> void test() { std::va_list avar; }
>> isn't "va_list" a C macro?
> No, it is a standard type.
it's not a shame not to use it in C++ programs, thus I'm not ashamed not
knowing this detail ;) Anyway, I think that my program demonstrates
workaround.
B.