On Sunday, 15 July 2012 at 23:17:15 UTC, Jonathan M Davis wrote:
C++ and D are designed to use exceptions. It's virtually impossible to
completely escape them.

In many C++ projects, exceptions are disabled at compile time. There are only very few parts of STL which are off-limits then.

Sure, if you are using external code, it can still throw exceptions, but you have the same problem when using that piece of code from an exception-less language.

David

(this post is mainly an experiment if posting from Links works)

Reply via email to