; 20: Fix mangling of lambdas in static data member initializers.
; Default in G++ 15.
;
-; 21:
+; 21: Fix noexcept lambda capture pruning.
; Default in G++ 16.
;
; Additional positive integers will be assigned as new versions of
Version 18, which first appeared in G++ 13, fixes manglings of lambdas
that have additional context.
-Version 19, which first appeared in G++ 14, fixes manglings of structured
-bindings to include ABI tags.
+Version 19, which first appeared in G++ 14, fixes manglings of
+structured bindings to include ABI tags, handling of cv-qualified
+[[no_unique_address]] members, and adds mangling of C++20 constraints
+on function templates.
Version 20, which first appeared in G++ 15, fixes manglings of lambdas
in static data member initializers.
+Version 21, which first appeared in G++ 16, fixes unnecessary captures
+in noexcept lambdas (c++/119764).
+
See also @option{-Wabi}.
@opindex fabi-compat-version