Scott Meyers' work on his new "Effective C++" book, tentatively titled Effective Modern C++, progresses with an updated draft item:
Declare functions
noexceptwherever possible?by Scott Meyers
From the article:
In the comments following my last post, there was some controversy regarding the wording of my advice on noexcept functions. My advice is "Declare functions
noexceptwhenever possible." Some people appear to be concerned that this could be misconstrued as advocatingnoexcepteven when it makes no sense, but I think the advice is a reasonable conclusion to the Item that supports it. I posted a draft version of that Item in early February, but I've revised the draft since then, and I'm making the current draft available now: ...

Add a Comment
Comments are closed.