va_copy in c++0x-mode

Magnus Fromreide magfr@lysator.liu.se
Sun Nov 2 21:44:00 GMT 2008


On Sun, 2008-11-02 at 21:23 +0100, Paolo Carlini wrote:
> Magnus Fromreide wrote:
> > N2789 18.9 says that va_copy is declared in c++0x but the g++ headers
> > are not yet fixed up to do that. I think there is a need for a check for
> > __GXX_EXPERIMENTAL_CXX0X__ in gcc/ginclude/stdarg.h
> >   
> You are probably right: patches welcome!

I am currently testing the attached patch. Should be finished tomorrow.

/MF
-------------- next part --------------
A non-text attachment was scrubbed...
Name: diff
Type: text/x-patch
Size: 600 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/libstdc++/attachments/20081102/cccb2543/attachment.bin>


More information about the Libstdc++ mailing list