Skip to content

Commit a7e8689

Browse files
authored
Merge pull request #55 from zygoloid/spaceship
Add 'ss' as encoding for operator '<=>'.
2 parents d65baf4 + f98eea3 commit a7e8689

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
@@ -4393,6 +4393,7 @@ <h4><a href="#mangling-operator"> 5.1.3 Operator Encodings </a></h4>
43934393
::= gt # >
43944394
::= le # <=
43954395
::= ge # >=
4396+
::= ss # &lt;=>
43964397
::= nt # !
43974398
::= aa # &&
43984399
::= oo # ||

0 commit comments

Comments
 (0)