File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -4821,12 +4821,13 @@ <h5><a href="#mangling-builtin">5.1.5.2 Builtin types</a></h5>
48214821 ::= Da # auto
48224822 ::= Dc # decltype(auto)
48234823 ::= Dn # std::nullptr_t (i.e., decltype(nullptr))
4824- ::= u << a href ="#mangle.source-name "> source-name</ a > > # vendor extended type
4824+ ::= u << a href ="#mangle.source-name "> source-name</ a > > [< < a href =" #mangle.template-args " > template-args </ a > >] # vendor extended type
48254825</ pre > </ font > </ code >
48264826
48274827< p >
48284828Vendors who define builtin extended types shall encode them
4829- as a 'u' prefix followed by the name in <length,ID> form.
4829+ as a 'u' prefix followed by the name in <length,I> form,
4830+ followed by any arguments to the extended type.
48304831
48314832< a name ="mangle.function-type ">
48324833< h5 > < a href ="#mangle.function-type "> 5.1.5.3 Function types</ a > </ h5 >
You can’t perform that action at this time.
0 commit comments