[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] Lua 5.2.0 (rc2) now available
- From: Roberto Ierusalimschy <roberto@...>
- Date: Tue, 29 Nov 2011 10:56:33 -0200
> I'd like the comma operator solution better, unless there is some
> compiler that complains.
David Manura reported back in 2008 that MSVS 2005 complained. It
would be good if someone could check that (not only MSVS 2005, but
other not-so-new versions of MSVS). Actually, it would be good
to know which compilers complain about the standard code:
exit(status);
return 0;
For instance, my gcc (4.4.3) does not.
-- Roberto