Question about Exceptions
问题 I was just playing around with exceptions in the visual studio and with the above code I was expecting that since my exception specification doesn't mention anything the bad_exception should have been thrown. But what actually happens is the exception gets caught by the appropriate handler. Why so? Am i missing some setting or something in the IDE? While i got stuck at above mentioned, Actually I was trying to find answer to the question,If i have a exception blank specification then what