Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| language:impl [2026/08/05 15:30] – [Variant overrides] rajit | language:impl [2026/08/05 15:30] (current) – [Variant overrides] rajit | ||
|---|---|---|---|
| Line 294: | Line 294: | ||
| | addbuf< | | addbuf< | ||
| /* different implementation when the non-strict parameter has value 4 */ | /* different implementation when the non-strict parameter has value 4 */ | ||
| + | } | ||
| + | | addbuf< | ||
| + | /* different implementation when the non-strict parameter has value 8 */ | ||
| } | } | ||
| </ | </ | ||
| 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. | ||