C is Brittle D is Plastic

Derek Fawcus dfawcus+dlang at employees.org
Thu Apr 2 18:29:24 UTC 2026


On Thursday, 2 April 2026 at 17:37:18 UTC, Patrick Schluter wrote:
> To make sure to get a compilation error one has to use compiler 
> extensions, which gives a non trivial code.

One can do equivalent in standard C (C11) by making use of 
_Generic.

DF


More information about the Digitalmars-d mailing list