www.digitalmars.com         C & C++   DMDScript  

c++.beta - implied return at closing warning

Not that it matters much, I'm just tired of seeing it, and now boost has a
specific test for it.. BOOST_NO_UNREACHABLE_RETURN_DETECTION

int fn() {
throw 0;
}

int main() {
fn();
}

Richard
Mar 27 2003