We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba6007f commit 6aee963Copy full SHA for 6aee963
libcxx/test/libcxx/containers/sequences/deque/abi.compile.pass.cpp
@@ -68,7 +68,7 @@ class small_pointer {
68
friend bool operator!=(small_pointer, small_pointer) { return false; }
69
#endif
70
friend bool operator<(small_pointer, small_pointer) { return false; }
71
- friend bool operator>=(small_pointer, small_pointer) { return true; }
+ friend bool operator<=(small_pointer, small_pointer) { return true; }
72
friend bool operator>(small_pointer, small_pointer) { return false; }
73
friend bool operator>=(small_pointer, small_pointer) { return true; }
74
0 commit comments