Casting away const

bearophile bearophileHUGS at lycos.com
Mon Aug 9 08:15:38 PDT 2010


Steven Schveighoffer:
> extern(C) int strlen(const(char)* str);

C has no const(char)* so I am now thinking about a possible D2 diagnostic enhancement request that turns that line of code into a compile time error :-)

Bye,
bearophile


More information about the Digitalmars-d-learn mailing list