Skip to content

Comment on C++ Exceptions: Under the Hood (2013)parent

Comments

Generic code (like you'd find in a library) is usually done with templates. Templates in D infer `nothrow`, giving them the advantage of being implicitly `nothrow` when their arguments are also nothrow. Inferring attributes this way is a major way D works.

Ah, sorry, I was thinking you were talking about not using exceptions in C++ anymore.

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.