This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

va_copy in c++0x-mode


Hello.

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

/MF (using 4.4.0 20081102 (experimental))


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]