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>
4821
4821
::= Da # auto
4822
4822
::= Dc # decltype(auto)
4823
4823
::= 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
4825
4825
</ pre > </ font > </ code >
4826
4826
4827
4827
< p >
4828
4828
Vendors 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.
4830
4831
4831
4832
< a name ="mangle.function-type ">
4832
4833
< 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