Skip to content

Commit f98eea3

Browse files
committed
Add 'ss' as encoding for operator '<=>'.
Fixes #43
1 parent 72e84eb commit f98eea3

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

abi-mangling.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@
125125
<tr><td>name</td> <td>s</td> <td></td> <td> local string prefix </td> </tr>
126126
<tr><td>oper</td> <td>s</td> <td> p </td> <td> Expression pack expansion operator</td> </tr>
127127
<tr><td>oper</td> <td>s</td> <td> r </td> <td> Scope resolution operator </td> </tr>
128+
<tr><td>oper</td> <td>s</td> <td> s </td> <td> Operator &lt;=> (C++2a "spaceship") </td> </tr>
128129
<tr><td>oper</td> <td>s</td> <td> t </td> <td> Operator sizeof (a type)</td> </tr>
129130
<tr><td>oper</td> <td>s</td> <td> z </td> <td> Operator sizeof (an expression)</td> </tr>
130131
<tr><td>oper</td> <td>s</td> <td> Z </td> <td> Operator sizeof (a pack expansion)</td> </tr>

abi.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4362,6 +4362,7 @@ <h4><a href="#mangling-operator"> 5.1.3 Operator Encodings </a></h4>
43624362
::= gt # >
43634363
::= le # <=
43644364
::= ge # >=
4365+
::= ss # &lt;=>
43654366
::= nt # !
43664367
::= aa # &&
43674368
::= oo # ||

0 commit comments

Comments
 (0)