Source-Changes-D archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src



David A. Holland wrote:
> Log Message:
> Apparently a recent round of vandalism by the C++ standards committee
> includes disallowing the standard and historic type name "unsigned". Add
> a gratuitous "int" to recent changes.
> 
> C++ is really a blight on the world.

Another one:

x.c:5:47: warning: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wliteral-suffix]
 int main(int i, char *argv[]) { return printf("%"PRIu64"\n", (uint64_t)i); }
                                               ^
Alex


Home | Main Index | Thread Index | Old Index