
23 Jun
2012
23 Jun
'12
12:57 p.m.
On 06/23/2012 12:25 PM, Jeffrey Lee Hellrung, Jr. wrote:
From what I can find in the list archives [1], Boost.FileSystem also had a similar issue with the requirement that thrown exceptions inherit from std::exception. However, I'm not sure if [1] prompted the FileSystem-local hook or if it was resolved in some other way.
All exceptions should inherit from std::exception. There is no need to involve the boost::exception type in your code to use throw_exception.