Message ID | 20240614073503.6A72733E93@hamza.pair.com |
---|---|
State | New |
Headers | show |
Series | [pushed] wwwdocs: gcc-11: Fix grammar - template alias parameters | expand |
diff --git a/htdocs/gcc-11/changes.html b/htdocs/gcc-11/changes.html index b4ecf3c0..3737af5b 100644 --- a/htdocs/gcc-11/changes.html +++ b/htdocs/gcc-11/changes.html @@ -585,7 +585,7 @@ You may also want to check out our <li>User-defined attributes can now be used to annotate enum members, alias declarations, and function parameters. </li> - <li>Templates alias parameters can now be instantiated with basic types + <li>Template alias parameters can now be instantiated with basic types such as <code>int</code> or <code>void function()</code>. </li> <li>The <code>mixin</code> construct can now be used as types in the form