Final by default?
Walter Bright
newshound2 at digitalmars.com
Thu Mar 13 12:04:22 PDT 2014
On 3/12/2014 11:31 PM, Nick Sabalausky wrote:
> PHP is a perfect example of why language-altering flags is a very bad path to
> start heading down. (Granted, the problem is *vastly* worse in an interpreted
> language than a compiled one, but still.)
There are examples with C and C++ compilers, too. My most unfavorite is the one
that sets the signedness of 'char'.
More information about the Digitalmars-d
mailing list