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 529e4d7 commit 6359f53Copy full SHA for 6359f53
clang/docs/ReleaseNotes.rst
@@ -186,6 +186,8 @@ C++ Language Changes
186
``<=>``. This makes it possible to optimize certain facilities by using the ``<=>`` operation directly instead of
187
doing multiple comparisons.
188
189
+- ``__is_trivially_equality_comparable`` no longer returns false for all enum types. (#GH132672)
190
+
191
C++2c Feature Support
192
^^^^^^^^^^^^^^^^^^^^^
193
0 commit comments