User: seurer

  • Public profile

User profile: seurer

User info
User name:seurer
History
Joined:
Number of posts:3
Latest posts:

throw nullptr
This is from the draft C++14 standard but C++11 is basically the same: 15.3 Handling an exception [...

throw nullptr
Right. nullptr_t can *convert* to any pointer type but *isn't* any pointer type except nullptr_t. ...

throw nullptr
If you throw nullptr what *should* catch it? Just a catch(nullptr_t)? Or other catches of pointer ...

This user does not accept Private Messages