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 ef62e38 commit b9ef11eCopy full SHA for b9ef11e
docs/LibraryEvolution.rst
@@ -807,6 +807,17 @@ changed at all except for the following:
807
808
- Making a non-associative operator left- or right-associative.
809
810
+Operator declarations are not versioned.
811
+
812
813
+Typealiases
814
+~~~~~~~~~~~
815
816
+Like operators, typealiases only exist at compile-time, so changing them
817
+affects source compatibility but not binary compatibility. Since a typealias
818
+is only made up of its name and its type, it is recommended that it is never
819
+changed at all after being published. Typealiases are not versioned.
820
821
822
A Unifying Theme
823
~~~~~~~~~~~~~~~~
0 commit comments