Boost logo

Boost :

Subject: Re: [boost] [test] trunk breakage
From: Eric Niebler (eric_at_[hidden])
Date: 2009-12-27 14:40:05


On 12/28/2009 7:03 AM, Gennadiy Rozental wrote:
> What is the proper (portable) way to copy va_list? Or at least what is the
> workaround for this compiler?

There isn't a portable way to copy a va_list. va_copy is not standard.
On some systems it's __va_copy, and other systems (e.g. msvc) don't have
it at all. Can the code in question be rewritten to not need it?

-- 
Eric Niebler
BoostPro Computing
http://www.boostpro.com

Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk