A cute nugget about [[noreturn]]:
The Point of No Return
by bulldozer00
As part of learning the new feature set in C++11, I stumbled upon the weird syntax for the new “attribute” feature:
[[ ]]. One of these new C++11 attributes is[[noreturn]]. ...

Add a Comment
Comments are closed.