Skip to content

Commit b2ddf26

Browse files
Merge pull request #68 from cpprefjp/op_compare_3way
#67 op_compare_3way を並び替えルールに追加
2 parents ec53615 + fcdbd0d commit b2ddf26

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

settings/cpprefjp.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@
115115
'op_less_equal', # operator<=(a, b)
116116
'op_greater', # operator>(a, b)
117117
'op_greater_equal', # operator>=(a, b)
118+
'op_compare_3way', # operator<=>(a, b)
118119
'op_plus', # operator+(a, b)
119120
'op_minus', # operator-(a, b)
120121
'op_multiply', # operator*(a, b)

0 commit comments

Comments
 (0)