c++ - boost exceptions -
Are all exception exceptions received from std :: exception? If they do not get everything from the base exception class then?
Boost: according to exception does not inherit std :: exception .
It explains why.
Although it shows how to use the Boost exception correctly.
Comments
Post a Comment