File tree 1 file changed +5
-10
lines changed 1 file changed +5
-10
lines changed Original file line number Diff line number Diff line change 5993
5993
\rSec 2[cstdarg.syn]{Header \tcode {<cstdarg>} synopsis}
5994
5994
5995
5995
\indexheader {cstdarg}%
5996
- \indexlibraryglobal {va_list}%
5997
- \indexlibraryglobal {va_start}%
5998
- \indexlibraryglobal {va_copy}%
5999
- \indexlibraryglobal {va_end}%
6000
- \indexlibraryglobal {va_arg}%
6001
5996
\begin {codeblock }
6002
5997
// all freestanding
6003
5998
namespace std {
6004
- using va_list = @\seebelow@ ;
5999
+ using @ \libglobal { va_list}@ = @\seebelow@ ;
6005
6000
}
6006
6001
6007
- #define va_arg(V, P) @\seebelow@
6008
- #define va_copy(VDST, VSRC) @\seebelow@
6009
- #define va_end(V) @\seebelow@
6010
- #define va_start(V, P) @\seebelow@
6002
+ #define @ \libmacro { va_arg}@ (V, P) @\seebelow@
6003
+ #define @ \libmacro { va_copy}@ (VDST, VSRC) @\seebelow@
6004
+ #define @ \libmacro { va_end}@ (V) @\seebelow@
6005
+ #define @ \libmacro { va_start}@ (V, P) @\seebelow@
6011
6006
\end {codeblock }
6012
6007
6013
6008
\pnum
You can’t perform that action at this time.
0 commit comments