
31 Oct
2011
31 Oct
'11
11:38 a.m.
Stewart, Robert wrote:
Do note that we're discussing the effects on C++03 code in this context. The change is from no exception specification to throw() or its compiler-specific equivalent.
What have I misunderstood?
Compiler-specific nothrow decorations don't call std::unexpected and don't insert try blocks.