Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
language:impl [2026/08/05 15:30] – [Variant overrides] rajitlanguage:impl [2026/08/05 15:30] (current) – [Variant overrides] rajit
Line 294: Line 294:
 | addbuf<W,4> => { | addbuf<W,4> => {
    /* different implementation when the non-strict parameter has value 4 */    /* different implementation when the non-strict parameter has value 4 */
 +}
 +| addbuf<W,8> => {
 +   /* different implementation when the non-strict parameter has value 8 */
 } }
 </code>    </code>   
  
 This variant override syntax permits variations of the implementation relation based on the specific values of the non-strict template parameters. This variant override syntax permits variations of the implementation relation based on the specific values of the non-strict template parameters.