Clarify default behaviour of unexpected

Clause / Subclause / Annex: 
15.5.2
Para/Table/Figure: 
2
Comment type: 
Ed
Comment / justification for change: 

The detailed specification can fool people into thinking an exception will automatically be translated into bad_exception, where the default behaviour of std::unexcepted is to immediately call std::terminate();

Recommended change: 

Add a note highlighting the default behaviour of std::unexpected if the user does not supply a hander-function

MB: 
UK