what does "throw;" outside a catch block do?

Posted by Tobias Langner on Stack Overflow See other posts from Stack Overflow or by Tobias Langner
Published on 2010-04-22T15:16:53Z Indexed on 2010/04/22 15:23 UTC
Read the original article Hit count: 143

Filed under:
|

Hi,

I just stumbled this code:

void somefunction()
{
   throw;
}

and I wonder: what does it mean?

© Stack Overflow or respective owner

Related posts about c++

Related posts about visual-c++