[Joke] C++ and D namings

Q. Schroll qs.il.paperinik at gmail.com
Tue Jan 19 21:50:35 UTC 2021


In C++, the noexcept specifier means you cannot throw anything.
In D,   the nothrow  specifier means you cannot throw Exceptions, 
but anything else.


More information about the Digitalmars-d mailing list