Scott Meyers wants to bring default zero-initialization to C++, mentions TDPL for precedent
Jack Stouffer via Digitalmars-d
digitalmars-d at puremagic.com
Wed Nov 18 13:08:37 PST 2015
On Wednesday, 18 November 2015 at 19:09:48 UTC, Ola Fosheim
Grøstad wrote:
> On Wednesday, 18 November 2015 at 18:52:02 UTC, Jack Stouffer
> wrote:
>> For those of you who have never had the pleasure of writing
>> PHP, lots of PHP code does completely different things
>> depending on the compiler switches when the interpreter was
>
> Php is a dynamic language, that's different.
Is it really though? In theory, yes. But in practice it's the
same problem. A switch to the compiler would change the behavior
of some very common and fundamental pieces of code sounds like
the same problem to me.
More information about the Digitalmars-d
mailing list